 |
PHP: strstr - Manual - PHP: Hypertext Preprocessor
Parameters haystack The input string. needle If needle is not a string, it is converted to an integer and applied as the ordinal value of a character. before_needle If TRUE, strstr() returns the part of the haystack before the first occurrence of the need
php.net |
 |