PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ctype_cntrl> <ctype_alnum
Last updated: Sun, 25 Nov 2007

view this page in

ctype_alpha

(PHP 4 >= 4.0.4, PHP 5)

ctype_alpha — Έλγχος για αλφαβητικούς χαρακτήρες

Περιγραφή

bool ctype_alpha ( string $text )

Επιστρέφει TRUE εάν κάθε χαρακτήρας της text είναι είναι γράμμα, αλλιώς FALSE. Στη standard C ως γράμματα θεωρούνται τα [A-Za-z]. Η ctype_alpha() είναι ισοδύναμη με (ctype_upper($text) || ctype_lower($text)), Αλλά άλλες γλώσσες έχουν γράμματα που δε θεωρούνται ούτε κεφαλάια ούτε μικρά.

Ανατρέξτε επίσης στις: ctype_upper(), ctype_lower(), και setlocale().



add a note add a note User Contributed Notes
ctype_alpha
There are no user contributed notes for this page.

ctype_cntrl> <ctype_alnum
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites