strrpos

Definition

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

Description

Returns the numeric position of the last occurrence of needle in the haystack string.

[More at php.net]

Parameters




loading


Share/bookmark - strrpos


Global comments