Display the drop-down list

ctype_xdigit()

« ctype_upper | current »
<?php
$bool 
ctype_xdigit (
    
  // string $text
);
?>
Result
$bool = true
Examples
#1 ctype_xdigit  ("AB10BC99")
#2 ctype_xdigit  ("AR1012")
#3 ctype_xdigit  ("ab12bc99")
See also
ctype_digit