mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH
This commit is contained in:
parent
dcb71d7bfc
commit
a506a10cd6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue