JString::strrpos
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string
Signature
public function strrpos(string
$str,
[string
$search = 0,
[integer
$offset = 0]] )
Parameters
-
$str
- String being examined.
-
$search
- String being searched for.
-
$offset
- Offset from the left of the string.
Returns
- mixed
- Number of characters before the last match or false on failure