API17

JString::stristr

From Joomla! Documentation

Revision as of 19:21, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::stristr[edit]

Description[edit]

UTF-8 aware alternative to stristr Returns all of haystack from the first occurrence of needle to the end.

Template:Description:JString::stristr [Edit Descripton]

Synopsis[edit]

public static JString::stristr ($str, $search)
Parameter Type Default Description
$str
$search

Returns[edit]

Defined in[edit]

libraries/joomla/utilities/string.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::stristr

Examples[edit]

<CodeExamplesForm />