getInt() public static method

Returns (int) value.
public static getInt ( mixed $value ) : integer
$value mixed
return integer
Esempio n. 1
0
 /**
  * Generated from @assert ('A1)45@*(&UR)HQ)W.0000(*(HG))') === 0.
  */
 public function testGetInt2()
 {
     $this->assertSame(0, Inspekt::getInt('A1)45@*(&UR)HQ)W.0000(*(HG))'));
 }