php man page for http_build_str

Query: http_build_str

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTP_BUILD_STR(3)							 1							 HTTP_BUILD_STR(3)

http_build_str - Build query string

SYNOPSIS
string http_build_str (array $query, [string $prefix], [string $arg_separator = ini_get("arg_separator.output")])
DESCRIPTION
Builds a query string from an array of query variables. In effect, this function is the opposite of parse_str(3).
PARAMETERS
o $query - associative array of query string parameters o $prefix - top level prefix o $arg_separator - argument separator to use (by default the INI setting arg_separator.output will be used, or "&" if neither is set
RETURN VALUES
Returns the built query as string on success or FALSE on failure.
SEE ALSO
standard http_build_query(3), http_build_url(3). PHP Documentation Group HTTP_BUILD_STR(3)
Related Man Pages
httpquerystring(3) - php
hw_getobject(3) - php
ingres_execute(3) - php
mssql_fetch_assoc(3) - php
yaz_ccl_parse(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!