We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4ec69 commit b800ad0Copy full SHA for b800ad0
README.PARAMETER_PARSING_API
@@ -51,6 +51,7 @@ Type specifiers
51
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
52
o - object of any type (zval*)
53
O - object of specific type given by class entry (zval*, zend_class_entry)
54
+ p - valid path (string without null bytes in the middle) and its length (char*, int)
55
r - resource (zval*)
56
s - string (with possible null bytes) and its length (char*, int)
57
z - the actual zval (zval*)
0 commit comments