update : 2015.11.03
php.shukuma.com검색:
|
http_build_str(PECL pecl_http >= 0.23.0) http_build_str — Build query string 설명
string http_build_str
( array
$query
[, string $prefix
[, string $arg_separator = ini_get("arg_separator.output")
]] )Builds a query string from an array of query variables. In effect, this function is the opposite of parse_str(). 인수
반환값
Returns the built query as string on success실패 시 |