PHP strcoll() May 22, 2012 Pramod T P It compares two strings based on locale setting Example <?php echo strcoll(“phpcode”, “PHPCode”); ?> Output 1