enabled() public static method

Determines if the Mcrypt extension has been installed.
public static enabled ( ) : boolean
return boolean `true` if enabled, `false` otherwise.
Exemplo n.º 1
0
	public function testEnabled() {
		$this->assertTrue(Encrypt::enabled());
	}