enabled() public static method

Determines if the Mcrypt extension has been installed.
public static enabled ( ) : boolean
return boolean `true` if enabled, `false` otherwise.
コード例 #1
0
ファイル: EncryptTest.php プロジェクト: niel/lithium
	public function testEnabled() {
		$this->assertTrue(Encrypt::enabled());
	}