downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

is_long> <is_int
Last updated: Fri, 12 Mar 2010

view this page in

is_integer

(PHP 4, PHP 5)

is_integerAlias of is_int()

Description

This function is an alias of: is_int().



add a note add a note User Contributed Notes
is_integer
gmailalso at yahoo dot com
02-Jun-2009 12:43
<?php
if (is_integer(23)) {
 echo
"23 is integer\n";
} else {
 echo
"23 is not an integer\n";
}
?>

output:
23 is integer

is_long> <is_int
Last updated: Fri, 12 Mar 2010
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites