Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
strchr
strchr
Alias of strstr
Name:
strchr
Category:
String
Programming Language:
php
One-line Description:
Find the first occurrence of a string in another string. (Alias for strstr().)
Related
Performance analysis of strchr function in PHP: What scenarios are applicable to?
1
Use strchr to compute the length of a substring after a character in a string using strchr and strlen
9
Similar Functions
similar_text
similar_text
Calculatethesimilari
strripos
strripos
Calculatethelastoccu
stripslashes
stripslashes
Inverselyescapeanesc
stripos
stripos
Findthelocationwhere
crypt
crypt
One-waystringhash
md5
md5
Calculatethemd5hashv
strcoll
strcoll
Comparisonofstringsb
strtr
strtr
Translatecharacterso
Popular Articles
Use strchr to compute the length of a substring after a character in a string using strchr and strlen
Performance analysis of strchr function in PHP: What scenarios are applicable to?