mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fixed some protos.
This commit is contained in:
parent
e7e88a25d1
commit
8820474d4a
3 changed files with 17 additions and 15 deletions
|
@ -437,7 +437,7 @@ PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypelibFileChange)
|
|||
PHP_INI_END()
|
||||
|
||||
|
||||
/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage[, string typelib]]])
|
||||
/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage [, string typelib]]])
|
||||
Loads a COM module */
|
||||
PHP_FUNCTION(com_load)
|
||||
{
|
||||
|
@ -1082,7 +1082,8 @@ PHP_FUNCTION(com_propput)
|
|||
/* }}} */
|
||||
|
||||
|
||||
/* {{{ proto bool com_load_typelib(string typelib_name[, int case_insensitiv]) */
|
||||
/* {{{ proto bool com_load_typelib(string typelib_name [, int case_insensitiv])
|
||||
Loads a Typelib */
|
||||
PHP_FUNCTION(com_load_typelib)
|
||||
{
|
||||
pval *arg_typelib, *arg_cis;
|
||||
|
|
|
@ -118,7 +118,7 @@ static int ctype(int (*iswhat)(int), zval **c)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isalnum(mixed c)
|
||||
Check for alphanumeric character(s) */
|
||||
Checks for alphanumeric character(s) */
|
||||
PHP_FUNCTION(ctype_alnum)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -136,7 +136,7 @@ PHP_FUNCTION(ctype_alnum)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isalpha(mixed c)
|
||||
Check for alphabetic character(s) */
|
||||
Checks for alphabetic character(s) */
|
||||
PHP_FUNCTION(ctype_alpha)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -154,7 +154,7 @@ PHP_FUNCTION(ctype_alpha)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool iscntrl(mixed c)
|
||||
Check for control character(s) */
|
||||
Checks for control character(s) */
|
||||
PHP_FUNCTION(ctype_cntrl)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -172,7 +172,7 @@ PHP_FUNCTION(ctype_cntrl)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isdigit(mixed c)
|
||||
Check for numeric character(s) */
|
||||
Checks for numeric character(s) */
|
||||
PHP_FUNCTION(ctype_digit)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -190,7 +190,7 @@ PHP_FUNCTION(ctype_digit)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool islower(mixed c)
|
||||
Check for lowercase character(s) */
|
||||
Checks for lowercase character(s) */
|
||||
PHP_FUNCTION(ctype_lower)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -208,7 +208,7 @@ PHP_FUNCTION(ctype_lower)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isgraph(mixed c)
|
||||
Check for any printable character(s) except space */
|
||||
Checks for any printable character(s) except space */
|
||||
PHP_FUNCTION(ctype_graph)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -226,7 +226,7 @@ PHP_FUNCTION(ctype_graph)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isprint(mixed c)
|
||||
Check for printable character(s) */
|
||||
Checks for printable character(s) */
|
||||
PHP_FUNCTION(ctype_print)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -244,7 +244,7 @@ PHP_FUNCTION(ctype_print)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool ispunct(mixed c)
|
||||
Check for any printable character which is not whitespace or an alphanumeric character */
|
||||
Checks for any printable character which is not whitespace or an alphanumeric character */
|
||||
PHP_FUNCTION(ctype_punct)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -262,7 +262,7 @@ PHP_FUNCTION(ctype_punct)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isspace(mixed c)
|
||||
Check for whitespace character(s)*/
|
||||
Checks for whitespace character(s)*/
|
||||
PHP_FUNCTION(ctype_space)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -280,7 +280,7 @@ PHP_FUNCTION(ctype_space)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isupper(mixed c)
|
||||
Check for uppercase character(s) */
|
||||
Checks for uppercase character(s) */
|
||||
PHP_FUNCTION(ctype_upper)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
@ -298,7 +298,7 @@ PHP_FUNCTION(ctype_upper)
|
|||
/* }}} */
|
||||
|
||||
/* {{{ proto bool isxdigit(mixed c)
|
||||
Check for character(s) representing a hexadecimal digit */
|
||||
Checks for character(s) representing a hexadecimal digit */
|
||||
PHP_FUNCTION(ctype_xdigit)
|
||||
{
|
||||
PHP_EXPERIMENTAL("4.0.4dev", NULL)
|
||||
|
|
|
@ -437,7 +437,7 @@ PHP_INI_ENTRY("com.typelib_file", "", PHP_INI_SYSTEM, OnTypelibFileChange)
|
|||
PHP_INI_END()
|
||||
|
||||
|
||||
/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage[, string typelib]]])
|
||||
/* {{{ proto int com_load(string module_name [, string remote_host [, int codepage [, string typelib]]])
|
||||
Loads a COM module */
|
||||
PHP_FUNCTION(com_load)
|
||||
{
|
||||
|
@ -1082,7 +1082,8 @@ PHP_FUNCTION(com_propput)
|
|||
/* }}} */
|
||||
|
||||
|
||||
/* {{{ proto bool com_load_typelib(string typelib_name[, int case_insensitiv]) */
|
||||
/* {{{ proto bool com_load_typelib(string typelib_name [, int case_insensitiv])
|
||||
Loads a Typelib */
|
||||
PHP_FUNCTION(com_load_typelib)
|
||||
{
|
||||
pval *arg_typelib, *arg_cis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue