<?php
if (is_integer(23)) {
echo "23 is integer\n";
} else {
echo "23 is not an integer\n";
}
?>
output:
23 is integer
Description
This function is an alias of: is_int().
is_integer
gmailalso at yahoo dot com
02-Jun-2009 12:43
02-Jun-2009 12:43
