iconv_strrpos说明int iconv_strrpos ( string haystack, string needle [, string charset] )In contrast to strpos(), the return value of iconv_strrpos() is the number of characters that appear before the needle, rather than the offset in bytes to the position where the needle has been found. 参数
If 返回值
Returns the numeric position of the last occurrence of
If | ||