isDigits() 공개 정적인 메소드

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