diff options
Diffstat (limited to 'ext/standard/pack.c')
-rw-r--r-- | ext/standard/pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/pack.c b/ext/standard/pack.c index beec08d588..ad5313440b 100644 --- a/ext/standard/pack.c +++ b/ext/standard/pack.c @@ -97,7 +97,7 @@ static void php_pack(pval **val, int size, int *map, char *output) /* pack() idea stolen from Perl (implemented formats behave the same as there) * Implemented formats are A,a,h,H,c,C,s,S,i,I,l,L,n,N,f,d,x,X,@. */ -/* {{{ proto string pack(string format, mixed arg1, mixed arg2, ...) +/* {{{ proto string pack(string format, mixed arg1 [, mixed arg2 [, ...]]) Takes 1 or more arguments and packs them into a binary string according to the format argument */ PHP_FUNCTION(pack) { |