Show Output
Compare Two Strings Using Current Locale in PHP
"; // Prints: 32 // Setting locale to US and compare setlocale(LC_ALL, "en_US.UTF-8"); echo strcoll($str1, $str2); // Prints: -7 ?>