|
is_infiniteChecks whether a float is infinite Description
bool is_infinite(float
$num )
Returns whether the given Parameters
Return Values
Examples
Example #1 is_infinite example
The above example will output: float(INF) bool(true) float(-INF) bool(true) See Also
|