API17

JString::strcmp

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::strcmp[edit]

Description[edit]

UTF-8/LOCALE aware alternative to strcmp A case sensivite string comparison.

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

Synopsis[edit]

public static JString::strcmp ($str1, $str2, $locale=false)
Parameter Type Default Description
$str1 string string 1 to compare
$str2 string string 2 to compare
$locale mixed false The locale used by strcoll or false to use classical comparison

Returns[edit]

int < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.

Defined in[edit]

libraries/joomla/utilities/string.php

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::strcmp

Examples[edit]

<CodeExamplesForm />