返回 $needle 在 $haystack 中首次出现的数字位置。与 strrpos() 不同,在 PHP 5 之前,该函数可以使用一个完整字符串作为 needle,并且整个字符串都将被使用。
mixed strpos ( string $haystack , string $needle [, int $offset ] )