|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
| ctype_alnum (mixed $text) | |
| ctype_alpha (mixed $text) | |
| ctype_cntrl (mixed $text) | |
| ctype_digit (mixed $text) | |
| ctype_lower (mixed $text) | |
| ctype_graph (mixed $text) | |
| ctype_print (mixed $text) | |
| ctype_punct (mixed $text) | |
| ctype_space (mixed $text) | |
| ctype_upper (mixed $text) | |
| ctype_xdigit (mixed $text) | |
| ctype_alnum | ( | mixed | $text | ) |
@generate-class-entries
Definition at line 5 of file ctype.stub.php.
| ctype_alpha | ( | mixed | $text | ) |
Definition at line 7 of file ctype.stub.php.
| ctype_cntrl | ( | mixed | $text | ) |
Definition at line 9 of file ctype.stub.php.
| ctype_digit | ( | mixed | $text | ) |
Definition at line 11 of file ctype.stub.php.
| ctype_graph | ( | mixed | $text | ) |
Definition at line 15 of file ctype.stub.php.
| ctype_lower | ( | mixed | $text | ) |
Definition at line 13 of file ctype.stub.php.
| ctype_print | ( | mixed | $text | ) |
Definition at line 17 of file ctype.stub.php.
| ctype_punct | ( | mixed | $text | ) |
Definition at line 19 of file ctype.stub.php.
| ctype_space | ( | mixed | $text | ) |
Definition at line 21 of file ctype.stub.php.
| ctype_upper | ( | mixed | $text | ) |
Definition at line 23 of file ctype.stub.php.
| ctype_xdigit | ( | mixed | $text | ) |
Definition at line 25 of file ctype.stub.php.