summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-11-06 09:48:24 +0000
committerJani Taskinen <jani@php.net>2007-11-06 09:48:24 +0000
commita506a10cd6f6501357995bd84508111ff89a2ba2 (patch)
treec1d339f776b1d43c9f2da85879f55cd531b27613 /README.PARAMETER_PARSING_API
parentdcb71d7bfcb4f3cd7a8099c5a2fd3783e1f3396d (diff)
downloadphp-git-a506a10cd6f6501357995bd84508111ff89a2ba2.tar.gz
MFH
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API3
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