wddx_add_vars() returns a bool

This commit is contained in:
Rasmus Lerdorf 2015-07-19 07:04:40 -07:00
parent 1e29edada7
commit 3760cb6a59

View File

@ -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)
{ {