DrewM\Morse\Feature\Crypto::testMcrypt PHP Méthode

testMcrypt() public méthode

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