Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
substr_count
substr_count
Calculate the number of occurrences of substrings
Name:
substr_count
Category:
String
Programming Language:
php
One-line Description:
Calculates the number of times a substring appears in a string.
Related
Detailed Explanation on How to Use the substr_count Function to Count the Occurrence of a Character in a String
2
How to use substr_count when case sensitive
3
Tips for using substr_count function under multibyte character encoding
2
Similar Functions
chunk_split
chunk_split
Splitthestringintosm
stripos
stripos
Findthelocationwhere
get_html_translation_table
get_html_translation_table
Returnstheconversion
quotemeta
quotemeta
Escapemetacharacters
str_replace
str_replace
Substringreplacement
similar_text
similar_text
Calculatethesimilari
htmlspecialchars
htmlspecialchars
Convertspecialcharac
strcoll
strcoll
Comparisonofstringsb
Popular Articles
How to use substr_count when case sensitive
Detailed Explanation on How to Use the substr_count Function to Count the Occurrence of a Character in a String
Tips for using substr_count function under multibyte character encoding