tryphp_func_string_strcoll.php:
"; setlocale (LC_COLLATE, 'en_US'); echo strcoll("Hello World!","Hello World!"); ?>
If this function returns 0, the two strings are equal.
0
0
If this function returns 0, the two strings are equal.