ctype_digit

Check for numeric character(s) (PHP 4 >= 4.0.4)
bool ctype_digit ( string text )

Returns TRUE if every character in text is a decimal digit, FALSE otherwise.

See also ctype_alnum() and ctype_xdigit().

This HTML Help has been published using the chm2web software.