Contact: aviboots(AT)netvision.net.il
38,551 questions
50,222 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 */