Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/Utf8/
H A DSort.php85 * @param string $str1 The first string.
87 * @return int Returns < 0 if $str1 is less than $str2; > 0 if $str1 is greater than $str2, and 0 if they are equal.
91 public static function strcmp($str1, $str2)
95 return $collator->compare($str1, $str2);
97 return strnatcasecmp($str1, $str2);
89 strcmp($str1, $str2) global() argument