mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Reorder and add missing
This commit is contained in:
parent
e796974f6f
commit
39a4078b8c
1 changed files with 8 additions and 5 deletions
|
@ -31,14 +31,17 @@ resources cannot be auto-converted.
|
|||
|
||||
Type specifiers
|
||||
---------------
|
||||
l - long
|
||||
d - double
|
||||
s - string (with possible null bytes) and its length
|
||||
b - boolean, stored in zend_bool
|
||||
r - resource (stored in zval)
|
||||
a - array
|
||||
b - boolean, stored in zend_bool
|
||||
d - double
|
||||
f - function or array containing php method call info (returned as
|
||||
zend_fcall_info* and zend_fcall_info_cache*)
|
||||
h - array (returned as HashTable*)
|
||||
l - long
|
||||
o - object (of any type)
|
||||
O - object (of specific type, specified by class entry)
|
||||
r - resource (stored in zval)
|
||||
s - string (with possible null bytes) and its length
|
||||
z - the actual zval
|
||||
|
||||
The following characters also have a meaning in the specifier string:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue