PHP is_finite May 3, 2012 Pramod T P It checks whether a value is a legal finite number Example <?php echo is_finite(2000); ?> Output 1