%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/www/torremato.com.au/libraries/vendor/joomla/string/src/phputf8/
Upload File :
Create Path :
Current File : /home/lightco1/www/torremato.com.au/libraries/vendor/joomla/string/src/phputf8/strcasecmp.php

<?php
/**
* @package utf8
*/

//---------------------------------------------------------------
/**
* UTF-8 aware alternative to strcasecmp
* A case insensivite string comparison
* Note: requires utf8_strtolower
* @param string
* @param string
* @return int
* @see http://www.php.net/strcasecmp
* @see utf8_strtolower
* @package utf8
*/
function utf8_strcasecmp($strX, $strY) {
    $strX = utf8_strtolower($strX);
    $strY = utf8_strtolower($strY);
    return strcmp($strX, $strY);
}


Zerion Mini Shell 1.0