### Description It would be nice if PHP had an inverse function to `parse_url()`: a function that takes the array produced by `parse_url` and re-builds it into a string. This would make it easy to modify URL strings: parse it, modify the array, build it.