mirror of
https://github.com/php/php-src.git
synced 2024-12-01 13:54:10 +08:00
wddx_add_vars() returns a bool
This commit is contained in:
parent
1e29edada7
commit
3760cb6a59
@ -1200,7 +1200,7 @@ PHP_FUNCTION(wddx_packet_end)
|
|||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
||||||
/* {{{ proto int wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])
|
/* {{{ proto bool wddx_add_vars(resource packet_id, mixed var_names [, mixed ...])
|
||||||
Serializes given variables and adds them to packet given by packet_id */
|
Serializes given variables and adds them to packet given by packet_id */
|
||||||
PHP_FUNCTION(wddx_add_vars)
|
PHP_FUNCTION(wddx_add_vars)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user