JString::stristr/1.5
From Joomla! Documentation
JString::stristr
Description
UTF-8 aware alternative to stristr Returns all of haystack from the first occurrence of needle to the end.
Description:JString::stristr [Edit Descripton]
public function stristr ( $str $search )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | |||
| $search |
- Returns
- Defined on line 253 of libraries/joomla/utilities/string.php
See also
-
JString::stristr on api.joomla.org
-
JString source code on JoomlaCode
-
Class JString
-
Subpackage Utilities
- Other versions of JString::stristr
SeeAlso:JString::stristr [Edit See Also]
User contributed notes
<CodeExamplesForm />