http_build_str

(PECL pecl_http:0.23.0-1.5.5)

http_build_str — Build query string

Описание

string http_build_str ( array $query [, string $prefix [, string $arg_separator ]] )

Opponent to parse_str().

Список параметров

query

associative array of query string parameters

prefix

top level prefix

arg_separator

argument separator to use (by default the INI setting arg_separator.output will be used, or "&" if neither is set

Возвращаемые значения

Returns the built query as string on success or FALSE on failure.

Смотрите также

Коментарии

For those who are using PECL pecl_http 2, you need to refer to HttpQueryString, which is now implemented under http namespace. Therefore,

<?php new httpQueryString(); ?>
2013-02-12 03:51:46
http://php5.kiev.ua/manual/ru/function.http-build-str.html

    Поддержать сайт на родительском проекте КГБ