bool is_finite ( float $val )
is_finite() checks whether $val is a legal finite on this platform
※ available F/W version : all
TRUE if $val is a legal finite number within the allowed range for a PHPoC float on this platform, FALSE otherwise
This function is identical to the PHP group’s is_finite().