downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

http_build_url> <http_throttle
[edit] Last updated: Fri, 25 May 2012

view this page in

http_build_str

(PECL pecl_http >= 0.23.0)

http_build_strクエリ文字列を組み立てる

説明

string http_build_str ( array $query [, string $prefix [, string $arg_separator = ini_get("arg_separator.output") ]] )

parse_str() の逆の動作をします。

パラメータ

query

クエリ文字列パラメータの連想配列。

prefix

トップレベルのプレフィックス。

arg_separator

引数の区切りとして使用する文字 (デフォルトでは、INI 設定 arg_separator.output が使用されます。 これも設定されていない場合は "&" が使用されます)。

返り値

成功した場合に組み立てたクエリ文字列、 失敗した場合に FALSE を返します。

参考



add a note add a note User Contributed Notes http_build_str
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites