Contact: aviboots(AT)netvision.net.il
40,758 questions
53,129 answers
573 users
$d = 24278.0; if ($d == floor($d)) { echo "The double variable contains an integer","\n"; } else { echo "The double variable contains a floating point","\n"; } /* run: The double variable contains an integer */