DrewM\Morse\Feature\Number::testBigint PHP 메소드

testBigint() 공개 메소드

public testBigint ( )
    public function testBigint()
    {
        return !(PHP_INT_MAX <= 2147483647);
    }