On Aug 12, 2006, at 14:26:33, Cesare D'Amico wrote:
> Ma esiste anche ctype_digit:
>
> $ php -r 'var_dump(ctype_digit("12"));'
> bool(true)
>
> $ php -r 'var_dump(ctype_digit("0xAF"));'
> bool(false)
>
> Maggiori info su http://it.php.net/ctype_digit
>
> Ciaps
> ce
Aggiungo al documento...
jonathan