Browse Source

- Added 'p' type specifier

pull/271/head
Felipe Pena 15 years ago
parent
commit
af43d306c0
  1. 1
      README.PARAMETER_PARSING_API

1
README.PARAMETER_PARSING_API

@ -51,6 +51,7 @@ Type specifiers
L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
o - object of any type (zval*)
O - object of specific type given by class entry (zval*, zend_class_entry)
p - valid path (string without null bytes in the middle) and its length (char*, int)
r - resource (zval*)
s - string (with possible null bytes) and its length (char*, int)
z - the actual zval (zval*)

Loading…
Cancel
Save