PHP Manual
ctype_xdigit
Description
bool ctype_xdigit ( string text )
Checks if all of the characters in the provided string,
text, are hexadecimal 'digits'.
Return Values
Returns TRUE if every character in text is
a hexadecimal 'digit', that is a decimal digit or a character from
[A-Fa-f] , FALSE otherwise.
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




