JString::strrpos/1.5
From Joomla! Documentation
JString::strrpos
Description
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string.
Description:JString::strrpos [Edit Descripton]
public function strrpos ( $str $search )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | $str | ||
| $search | $search |
- Returns mixed Number of characters before the last match or FALSE on failure
- Defined on line 86 of libraries/joomla/utilities/string.php
See also
-
JString::strrpos on api.joomla.org
-
JString source code on JoomlaCode
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strrpos
SeeAlso:JString::strrpos [Edit See Also]
User contributed notes
<CodeExamplesForm />