 |
PHP: strpos - Manual - PHP: Hypertext Preprocessor
WARNING As strpos may return either FALSE (substring absent) or 0 (substring at start of string), strict versus loose equivalency operators must be used very carefully. To know that a substring is absent, you must use: === FALSE To know that a substring i
php.net |
 |