|
|
|
@ -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 |
|
|
|
|