File: ctype.php
Source Location: /SQL_Parser-0.6.0/SQL/Parser/ctype.php
Classes:
Page Details:
PHP ctype compatibility functions. See the PHP ctype module for more information on usage.
Note: These functions expect an integer argument, like the C versions To use with a PHP character, use ord($c). These functions do not support string arguments like their PHP extension counterparts
ctype_alnum [line 15]
ctype_alpha [line 19]
ctype_cntrl [line 23]
ctype_digit [line 27]
ctype_graph [line 31]
ctype_lower [line 35]
ctype_print [line 39]
ctype_punct [line 43]
ctype_space [line 47]
ctype_upper [line 51]
ctype_xdigit [line 55]
Documentation generated on Mon, 11 Mar 2019 15:39:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|