Skip to content

This is the inverse of url_parse(), taking a parsed URL object and turning it back into a string.

Usage

url_build(url)

Arguments

url

An URL object created by url_parse.

See also

Other URL manipulation: url_modify(), url_parse()