diff options
author | Andrei Zmievski <andrei@php.net> | 2007-02-05 17:57:51 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2007-02-05 17:57:51 +0000 |
commit | 871fb78154ad05d1a10883667b6aacc63cca0e0e (patch) | |
tree | 38f7a240dd13cb15d29ac0f93628229f79306b9d /README.PARAMETER_PARSING_API | |
parent | a11e0b5ef16b419b31af224a4e17afc0949aeada (diff) | |
download | php-git-871fb78154ad05d1a10883667b6aacc63cca0e0e.tar.gz |
Update ! docs.
Diffstat (limited to 'README.PARAMETER_PARSING_API')
-rw-r--r-- | README.PARAMETER_PARSING_API | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.PARAMETER_PARSING_API b/README.PARAMETER_PARSING_API index a4c73e54e9..fef6da4bf4 100644 --- a/README.PARAMETER_PARSING_API +++ b/README.PARAMETER_PARSING_API @@ -51,8 +51,8 @@ Type specifiers passed to it. / - use SEPARATE_ZVAL_IF_NOT_REF() on the parameter it follows ! - the parameter it follows can be of specified type or NULL (only applies - to 'a', 'o', 'O', 'r', and 'z'). If NULL is passed, the results - pointer is set to NULL as well. + to 's', 'a', 'o', 'O', 'r', 'h', 'C', 'z', and 'Z'). If NULL is passed, + the results pointer is set to NULL as well. Examples -------- |