bool is_infinite ( float $val )
is_infinite() checks whether $val is infinite on this platform
※ available F/W version : all
TRUE if $val is infinite, like any value too big to fit into a float in this platform, FALSE otherwise
This function is identical to the PHP group’s is_infinite().