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