API17:JString::strrpos
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JString::strrpos
Description
UTF-8 aware alternative to strrpos Finds position of last occurrence of a string.
Description:JString::strrpos [Edit Descripton]
public static function strrpos ( $str $search $offset=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | $str | ||
| $search | $search | ||
| $offset | false |
- Returns mixed Number of characters before the last match or FALSE on failure
- Defined on line 79 of libraries/joomla/utilities/string.php
- Referenced by
See also
-
JString::strrpos source code on BitBucket
-
Class JString
-
Subpackage Utilities
- Other versions of JString::strrpos
SeeAlso:JString::strrpos [Edit See Also]
User contributed notes
<CodeExamplesForm />
