ctype_alnum | PHP 4.0.4 |
bool ctype_alnum(mixed c) |
|
Prüft, ob alphanumerische Zeichen vorhanden sind. |
ctype_alpha | PHP 4.0.4 |
bool ctype_alpha(mixed c) |
|
Prüft, ob Buchstaben vorhanden sind. |
ctype_cntrl | PHP 4.0.4 |
bool ctype_cntrl(mixed c) |
|
Prüft, ob Steuerzeichen vorhanden sind. |
ctype_digit | PHP 4.0.4 |
bool ctype_digit(mixed c) |
|
Prüft, ob numerische Zeichen vorhanden sind. |
ctype_graph | PHP 4.0.4 |
bool ctype_graph(mixed c) |
|
Prüft, ob druckbare Zeichen (außer Leerzeichen) vorhanden sind. |
ctype_lower | PHP 4.0.4 |
bool ctype_lower(mixed c) |
|
Prüft, ob Kleinbuchstaben vorhanden sind. |
ctype_print | PHP 4.0.4 |
bool ctype_print(mixed c) |
|
Prüft, ob druckbare Zeichen vorhanden sind. |
ctype_punct | PHP 4.0.4 |
bool ctype_punct(mixed c) |
|
Prüft, ob druckbare Zeichen vorhanden sind, die weder Whitespace-Zeichen noch alphanumerische Zeichen sind. |
ctype_space | PHP 4.0.4 |
bool ctype_space(mixed c) |
|
Prüft, ob Whitespace-Zeichen vorhanden sind. |
ctype_upper | PHP 4.0.4 |
bool ctype_upper(mixed c) |
|
Prüft, ob Großbuchstaben vorhanden sind. |
ctype_xdigit | PHP 4.0.4 |
bool ctype_xdigit(mixed c) |
|
Prüft, ob Zeichen vorhanden sind, die Hexadezimalziffern darstellen. |