mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
MFH
This commit is contained in:
parent
dcb71d7bfc
commit
a506a10cd6
@ -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…
Reference in New Issue
Block a user