Horde_Crypt_Blowfish_Base::supported PHP Méthode

supported() public static méthode

Is this driver supported on this system?
public static supported ( ) : boolean
Résultat boolean True if supported.
    public static function supported()
    {
        return true;
    }