โ— PHANTOM
๐Ÿ‡ฎ๐Ÿ‡ณ IN
โœ•
update page now

Ctype Functions

Table of Contents

  • ctype_alnum โ€” Check for alphanumeric character(s)
  • ctype_alpha โ€” Check for alphabetic character(s)
  • ctype_cntrl โ€” Check for control character(s)
  • ctype_digit โ€” Check for numeric character(s)
  • ctype_graph โ€” Check for any printable character(s) except space
  • ctype_lower โ€” Check for lowercase character(s)
  • ctype_print โ€” Check for printable character(s)
  • ctype_punct โ€” Check for any printable character which is not whitespace or an alphanumeric character
  • ctype_space โ€” Check for whitespace character(s)
  • ctype_upper โ€” Check for uppercase character(s)
  • ctype_xdigit โ€” Check for character(s) representing a hexadecimal digit
๏ผ‹add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top