php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ctype.stub.php
Go to the documentation of this file.
1
<?php
2
4
5
function
ctype_alnum
(mixed
$text
): bool {}
6
7
function
ctype_alpha
(mixed
$text
): bool {}
8
9
function
ctype_cntrl
(mixed
$text
): bool {}
10
11
function
ctype_digit
(mixed
$text
): bool {}
12
13
function
ctype_lower
(mixed
$text
): bool {}
14
15
function
ctype_graph
(mixed
$text
): bool {}
16
17
function
ctype_print
(mixed
$text
): bool {}
18
19
function
ctype_punct
(mixed
$text
): bool {}
20
21
function
ctype_space
(mixed
$text
): bool {}
22
23
function
ctype_upper
(mixed
$text
): bool {}
24
25
function
ctype_xdigit
(mixed
$text
): bool {}
ctype_print
ctype_print(mixed $text)
Definition
ctype.stub.php:17
ctype_xdigit
ctype_xdigit(mixed $text)
Definition
ctype.stub.php:25
ctype_lower
ctype_lower(mixed $text)
Definition
ctype.stub.php:13
ctype_alpha
ctype_alpha(mixed $text)
Definition
ctype.stub.php:7
ctype_punct
ctype_punct(mixed $text)
Definition
ctype.stub.php:19
ctype_cntrl
ctype_cntrl(mixed $text)
Definition
ctype.stub.php:9
ctype_graph
ctype_graph(mixed $text)
Definition
ctype.stub.php:15
ctype_alnum
ctype_alnum(mixed $text)
Definition
ctype.stub.php:5
ctype_upper
ctype_upper(mixed $text)
Definition
ctype.stub.php:23
$text
$text
Definition
encryption.php:36
ctype_digit
#define ctype_digit
Definition
pcre2_internal.h:600
ctype_space
#define ctype_space
Definition
pcre2_internal.h:597
function
function(EX_VAR(opline->result.var))
ext
ctype
ctype.stub.php
Generated on Sat Aug 23 2025 01:46:05 for php-internal-docs by
1.13.2