Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/tmp/install_61b0f5c54c150/back/helpers/global/
Upload File :
Current File : /home/juvelize/martine/tmp/install_61b0f5c54c150/back/helpers/global/multibyte.php

<?php

function acym_strtolower($string)
{
    if (function_exists('mb_strtolower')) {
        return mb_strtolower($string);
    } else {
        return strtolower($string);
    }
}