functions-online

strrpos

说明

返回字符串 $haystack 中 $needle 最后一次出现的数字位置。注意 PHP4 中,$needle 只能为单个字符。如果 $needle 被指定为一个字符串,那么将仅使用第一个字符。

申报 strrpos

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

在线测试的 strrpos










share strrpos

注释 strrpos

+

Leave your comment