diff options
| author | Egon Schmid <eschmid@php.net> | 2000-02-24 16:03:27 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-02-24 16:03:27 +0000 |
| commit | 76ec07c402a1c5d03d8ed75a6310cd5bf39d6568 (patch) | |
| tree | 7d899c1de0239cc00d58535a052de7c2116a5d9c | |
| parent | 5520a43b77f0835e785ff5a049d49a72a5d13fb8 (diff) | |
| download | php-git-76ec07c402a1c5d03d8ed75a6310cd5bf39d6568.tar.gz | |
Is it ok, Andrei.
| -rw-r--r-- | ext/wddx/wddx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index e8c71a1725..554a388f44 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -899,7 +899,7 @@ PHP_FUNCTION(wddx_packet_end) /* }}} */ -/* {{{ proto int wddx_add_vars(int packet_id [, ...]) +/* {{{ proto int wddx_add_vars(int packet_id [, mixed var_names [, ...]]) Serializes given variables and adds them to packet given by packet_id */ PHP_FUNCTION(wddx_add_vars) { |
