diff options
author | Jani Taskinen <jani@php.net> | 2007-11-06 09:48:24 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-11-06 09:48:24 +0000 |
commit | a506a10cd6f6501357995bd84508111ff89a2ba2 (patch) | |
tree | c1d339f776b1d43c9f2da85879f55cd531b27613 | |
parent | dcb71d7bfcb4f3cd7a8099c5a2fd3783e1f3396d (diff) | |
download | php-git-a506a10cd6f6501357995bd84508111ff89a2ba2.tar.gz |
MFH
-rw-r--r-- | README.PARAMETER_PARSING_API | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index 75c7f97e0d..1551e8e67e 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -52,7 +52,8 @@ Type specifiers s - string (with possible null bytes) and its length (char*, int) 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 |