[Php-it] Intercettare array GET

Jonathan Stoppani st.jonathan at gmail.com
Sat Aug 12 14:30:53 CEST 2006


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


More information about the Php-it mailing list