API17:JString::stristr
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::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]
Synopsis
public static JString::stristr ($str, $search)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $str | |||
| $search |
Returns
Defined in
libraries/joomla/utilities/string.php (line 329)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
