ctype_xdigit

(PHP 4 >= 4.0.4, PHP 5)

ctype_xdigit --  Controlla i caratteri che rappresentano una cifra esadecimale

Descrizione

bool ctype_xdigit ( string testo)

Restituisce TRUE se ogni carattere di testo č una 'cifra' esadecimale, cioč una cifra decimale o un carattere fra [A-Fa-f] , FALSE in caso contrario.

Vedere anche ctype_digit().