summaryrefslogtreecommitdiff
path: root/README.PARAMETER_PARSING_API
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2006-01-24 23:36:13 +0000
committerMarcus Boerger <helly@php.net>2006-01-24 23:36:13 +0000
commit0422ad476f298fb1cd7797d038d96e09c5d979e3 (patch)
treec526341313a3a119996c98322197d3ac870b12df /README.PARAMETER_PARSING_API
parent0fe18452679898b5cd15f669a4559217a4f9ed9c (diff)
downloadphp-git-0422ad476f298fb1cd7797d038d96e09c5d979e3.tar.gz
- Update docu
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r--README.PARAMETER_PARSING_API1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API
index a051723b5b..9f27864e87 100644
--- a/README.PARAMETER_PARSING_API
+++ b/README.PARAMETER_PARSING_API
@@ -37,6 +37,7 @@ Type specifiers
b - boolean, stored in zend_bool
r - resource (stored in zval)
a - array
+ h - array (returned as HashTable*)
o - object (of any type)
O - object (of specific type, specified by class entry)
z - the actual zval