Horde_Crypt_Blowfish_Base::supported PHP 메소드

supported() 공개 정적인 메소드

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