February 2013
Intermediate to advanced
538 pages
20h 55m
English
http_build_query
string http_build_query(mixedvalues[, stringprefix[, stringarg_separator[, intenc_type]]] )
Returns a URL-encoded query string from
values. The array values can be either a
numerically indexed or an associative array (or a combined). Because
strictly numeric names may be illegal in some languages interpreting
the query string on the other side (PHP, for example), if you use
numeric indices in values, you should also provide
prefix. The value of
prefix is prepended to all numeric names in
the resulting query string. The
arg_separator allows for assigning a
customized delimiter and the enc_type
option allows for selecting different encoding types.
Read now
Unlock full access