mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
typo + proto fix
This commit is contained in:
parent
c836bf6036
commit
5a7d97fab7
@ -12,7 +12,7 @@
|
||||
| obtain it through the world-wide-web, please send a note to |
|
||||
| license@php.net so we can mail you a copy immediately. |
|
||||
+----------------------------------------------------------------------+
|
||||
| Authors: Sara Golemon <pollia@php.net> |
|
||||
| Authors: Sara Golemon <pollita@php.net> |
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@ -170,8 +170,7 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string http_build_query(mixed formdata [, string prefix])
|
||||
Generate a form-encoded query string from an associative array or object.
|
||||
*/
|
||||
Generates a form-encoded query string from an associative array or object. */
|
||||
PHP_FUNCTION(http_build_query)
|
||||
{
|
||||
zval *formdata;
|
||||
|
Loading…
Reference in New Issue
Block a user