<?Php
echo is_finite(2); Output 1
echo "<br>";
echo is_finite(5/10); Output 1
echo "<br>";
echo is_finite(log(0));
?>
Syntax
bool is_finite ( float $input )
Parameter | DESCRIPTION |
---|---|
$input | Required : Number to check. |
Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.