API17:JString::strcasecmp
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::strcasecmp
Description
UTF-8/LOCALE aware alternative to strcasecmp A case insensivite string comparison.
Description:JString::strcasecmp [Edit Descripton]
Synopsis
public static JString::strcasecmp ($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
int < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and 0 if they are equal.
Defined in
libraries/joomla/utilities/string.php (line 208)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
