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

Go to the source code of this file.

Macros

#define arginfo_ctype_alpha   arginfo_ctype_alnum
 
#define arginfo_ctype_cntrl   arginfo_ctype_alnum
 
#define arginfo_ctype_digit   arginfo_ctype_alnum
 
#define arginfo_ctype_lower   arginfo_ctype_alnum
 
#define arginfo_ctype_graph   arginfo_ctype_alnum
 
#define arginfo_ctype_print   arginfo_ctype_alnum
 
#define arginfo_ctype_punct   arginfo_ctype_alnum
 
#define arginfo_ctype_space   arginfo_ctype_alnum
 
#define arginfo_ctype_upper   arginfo_ctype_alnum
 
#define arginfo_ctype_xdigit   arginfo_ctype_alnum
 

Functions

 ZEND_FUNCTION (ctype_alnum)
 
 ZEND_FUNCTION (ctype_alpha)
 
 ZEND_FUNCTION (ctype_cntrl)
 
 ZEND_FUNCTION (ctype_digit)
 
 ZEND_FUNCTION (ctype_lower)
 
 ZEND_FUNCTION (ctype_graph)
 
 ZEND_FUNCTION (ctype_print)
 
 ZEND_FUNCTION (ctype_punct)
 
 ZEND_FUNCTION (ctype_space)
 
 ZEND_FUNCTION (ctype_upper)
 
 ZEND_FUNCTION (ctype_xdigit)
 

Macro Definition Documentation

◆ arginfo_ctype_alpha

#define arginfo_ctype_alpha   arginfo_ctype_alnum

Definition at line 8 of file ctype_arginfo.h.

◆ arginfo_ctype_cntrl

#define arginfo_ctype_cntrl   arginfo_ctype_alnum

Definition at line 10 of file ctype_arginfo.h.

◆ arginfo_ctype_digit

#define arginfo_ctype_digit   arginfo_ctype_alnum

Definition at line 12 of file ctype_arginfo.h.

◆ arginfo_ctype_graph

#define arginfo_ctype_graph   arginfo_ctype_alnum

Definition at line 16 of file ctype_arginfo.h.

◆ arginfo_ctype_lower

#define arginfo_ctype_lower   arginfo_ctype_alnum

Definition at line 14 of file ctype_arginfo.h.

◆ arginfo_ctype_print

#define arginfo_ctype_print   arginfo_ctype_alnum

Definition at line 18 of file ctype_arginfo.h.

◆ arginfo_ctype_punct

#define arginfo_ctype_punct   arginfo_ctype_alnum

Definition at line 20 of file ctype_arginfo.h.

◆ arginfo_ctype_space

#define arginfo_ctype_space   arginfo_ctype_alnum

Definition at line 22 of file ctype_arginfo.h.

◆ arginfo_ctype_upper

#define arginfo_ctype_upper   arginfo_ctype_alnum

Definition at line 24 of file ctype_arginfo.h.

◆ arginfo_ctype_xdigit

#define arginfo_ctype_xdigit   arginfo_ctype_alnum

Definition at line 26 of file ctype_arginfo.h.

Function Documentation

◆ ZEND_FUNCTION() [1/11]

ZEND_FUNCTION ( ctype_alnum )

◆ ZEND_FUNCTION() [2/11]

ZEND_FUNCTION ( ctype_alpha )

◆ ZEND_FUNCTION() [3/11]

ZEND_FUNCTION ( ctype_cntrl )

◆ ZEND_FUNCTION() [4/11]

ZEND_FUNCTION ( ctype_digit )

◆ ZEND_FUNCTION() [5/11]

ZEND_FUNCTION ( ctype_graph )

◆ ZEND_FUNCTION() [6/11]

ZEND_FUNCTION ( ctype_lower )

◆ ZEND_FUNCTION() [7/11]

ZEND_FUNCTION ( ctype_print )

◆ ZEND_FUNCTION() [8/11]

ZEND_FUNCTION ( ctype_punct )

◆ ZEND_FUNCTION() [9/11]

ZEND_FUNCTION ( ctype_space )

◆ ZEND_FUNCTION() [10/11]

ZEND_FUNCTION ( ctype_upper )

◆ ZEND_FUNCTION() [11/11]

ZEND_FUNCTION ( ctype_xdigit )