php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ctype.stub.php File Reference

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)
 

Function Documentation

◆ ctype_alnum()

ctype_alnum ( mixed $text)

@generate-class-entries

Definition at line 5 of file ctype.stub.php.

◆ ctype_alpha()

ctype_alpha ( mixed $text)

Definition at line 7 of file ctype.stub.php.

◆ ctype_cntrl()

ctype_cntrl ( mixed $text)

Definition at line 9 of file ctype.stub.php.

◆ ctype_digit()

ctype_digit ( mixed $text)

Definition at line 11 of file ctype.stub.php.

◆ ctype_graph()

ctype_graph ( mixed $text)

Definition at line 15 of file ctype.stub.php.

◆ ctype_lower()

ctype_lower ( mixed $text)

Definition at line 13 of file ctype.stub.php.

◆ ctype_print()

ctype_print ( mixed $text)

Definition at line 17 of file ctype.stub.php.

◆ ctype_punct()

ctype_punct ( mixed $text)

Definition at line 19 of file ctype.stub.php.

◆ ctype_space()

ctype_space ( mixed $text)

Definition at line 21 of file ctype.stub.php.

◆ ctype_upper()

ctype_upper ( mixed $text)

Definition at line 23 of file ctype.stub.php.

◆ ctype_xdigit()

ctype_xdigit ( mixed $text)

Definition at line 25 of file ctype.stub.php.