isDigits() public static method

This is just like isInt(), except there is no upper limit.
public static isDigits ( mixed $value ) : boolean
$value mixed
return boolean
Beispiel #1
0
 /**
  * Generated from @assert (102943875019273091740987023948) === FALSE.
  */
 public function testIsDigits3()
 {
     $this->assertSame(false, Inspekt::isDigits(1.0294387501927309E+29));
 }