diff options
author | Marcus Boerger <helly@php.net> | 2006-01-24 23:36:13 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-24 23:36:13 +0000 |
commit | 0422ad476f298fb1cd7797d038d96e09c5d979e3 (patch) | |
tree | c526341313a3a119996c98322197d3ac870b12df /README.PARAMETER_PARSING_API | |
parent | 0fe18452679898b5cd15f669a4559217a4f9ed9c (diff) | |
download | php-git-0422ad476f298fb1cd7797d038d96e09c5d979e3.tar.gz |
- Update docu
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 1 |
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 |