functions-online

strpos

说明

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

申报 strpos

mixed strpos ( string $haystack , string $needle [, int $offset ] )

在线测试的 strpos










share strpos

注释 strpos

+

Leave your comment