]> granicus.if.org Git - php/commitdiff
- Clarify the difference with * and + args
authorJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 09:48:14 +0000 (09:48 +0000)
committerJani Taskinen <jani@php.net>
Tue, 6 Nov 2007 09:48:14 +0000 (09:48 +0000)
README.PARAMETER_PARSING_API

index 9c29b714bc8b064037728e1999ec015a8d1a48a9..1511e546d5d390ee3179ffecf6455469715589a3 100644 (file)
@@ -61,7 +61,8 @@ Type specifiers
       behaves like 'u' and in nonunicode mode it behaves like 's'.
  z  - the actual zval (zval*)
  Z  - the actual zval (zval**)
- *  - variable arguments list
+ *  - variable arguments list (0 or more)
+ +  - variable arguments list (1 or more)
 
  The following characters also have a meaning in the specifier string:
     | - indicates that the remaining parameters are optional, they