Complete PHP Math Reference
The is_finite() function returns true if the specified value is a finite number, otherwise it returns nothing.
The value is finite if it is within the allowed range for a PHP float on this platform.
| Parameter | Description |
|---|---|
| x | Required. The value to check |
The output of the code above will be:
Complete PHP Math Reference
Your message has been sent to W3Schools.