LdapTools\Utilities\MBString::isIntlLoaded PHP Method

isIntlLoaded() protected static method

Simple check for the intl extension.
protected static isIntlLoaded ( ) : boolean
return boolean
    protected static function isIntlLoaded()
    {
        return extension_loaded('intl');
    }