PHP Manual
Prev
Next
strchr
strchr -- Find the first occurrence of a character.
Description
string strchr
(string haystack, string needle);
This function is an alias for
strstr()
, and is identical in every way.
Prev
Home
Next
strcasecmp
Up
strcmp