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
5function ctype_alnum(mixed $text): bool {}
6
7function ctype_alpha(mixed $text): bool {}
8
9function ctype_cntrl(mixed $text): bool {}
10
11function ctype_digit(mixed $text): bool {}
12
13function ctype_lower(mixed $text): bool {}
14
15function ctype_graph(mixed $text): bool {}
16
17function ctype_print(mixed $text): bool {}
18
19function ctype_punct(mixed $text): bool {}
20
21function ctype_space(mixed $text): bool {}
22
23function ctype_upper(mixed $text): bool {}
24
ctype_print(mixed $text)
ctype_xdigit(mixed $text)
ctype_lower(mixed $text)
ctype_alpha(mixed $text)
Definition ctype.stub.php:7
ctype_punct(mixed $text)
ctype_cntrl(mixed $text)
Definition ctype.stub.php:9
ctype_graph(mixed $text)
ctype_alnum(mixed $text)
Definition ctype.stub.php:5
ctype_upper(mixed $text)
$text
#define ctype_digit
#define ctype_space
function(EX_VAR(opline->result.var))