Converts an array of parameters into a query string to be appended to a URL.
static public append_params ( $array, $separator = '&', $parent = '' ) : string | ||
$array | array parameters to append to the query string. | |
$separator | separator may be defined as & to display purpose (default '&') | |
$parent | This should be left blank (it is used internally by the function). (default '') | |
리턴 | string | : Query string to append to a URL. |