Browse Source

Add missing proto

PEAR_1_4DEV
Sara Golemon 23 years ago
parent
commit
f9734f810c
  1. 1
      ext/standard/http.c

1
ext/standard/http.c

@ -170,6 +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.
*/
PHP_FUNCTION(http_build_query)
{

Loading…
Cancel
Save