DrewM\Morse\Feature\Crypto::testMcrypt PHP 메소드

testMcrypt() 공개 메소드

public testMcrypt ( )
    public function testMcrypt()
    {
        return defined('MCRYPT_ENCRYPT') && self::functionAvailable('mcrypt_encrypt');
    }