ctype_graph
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for any printable character(s) except space

2025-01-10 15:47:30
ctype_alnum
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for alphanumeric character(s)

2025-01-10 15:47:30
ctype_punct
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for any printable character which is not whitespace or an alphanumeric

2025-01-10 15:47:30
ctype_space
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for whitespace character(s)

2025-01-10 15:47:30
ctype_print
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for printable character(s)

2025-01-10 15:47:30
ctype_cntrl
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for control character(s)

2025-01-10 15:47:30
ctype_upper
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for uppercase character(s)

2025-01-10 15:47:30
ctype_digit
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for numeric character(s)

2025-01-10 15:47:30
ctype_alpha
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for alphabetic character(s)

2025-01-10 15:47:30
ctype_lower
  • References/PHP/Function/Variables and Types/Ctype

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Check for lowercase character(s)

2025-01-10 15:47:30