http_build_url

Example

 string http_build_url ([ mixed $url [, mixed $parts [, int $flags = HTTP_URL_REPLACE [, array &$new_url ]]]] ) 

Description

Build a URL. The parts of the second URL will be merged into the first according to the flags argument.

Return Values

Returns the new URL as string on success or FALSE on failure.