Jani Taskinen 18 years ago
parent
commit
a506a10cd6
  1. 3
      README.PARAMETER_PARSING_API

3
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

Loading…
Cancel
Save