bool|int compare(string $str1, string $str2)
Not supported. Compare two Unicode strings.
bool|int compare(string $str1, string $str2)
Not supported. Compare two Unicode strings.
string | $str1 | The first string to compare |
string | $str2 | The second string to compare |
bool|int | Return the comparison result or false on failure: 1 if $str1 is greater than $str2 0 if $str1 is equal than $str2 -1 if $str1 is less than $str2 |
MethodNotImplementedException |
http://www.php.net/manual/en/collator.compare.php |
Designed by : w10schools
service@w10schools.com
Please login to continue.