MantisBT: master 60d1f1d6

Author Committer Branch Timestamp Parent
dregad dregad master 2015-02-21 12:35 master c2005d82
Changeset

New API function: http_build_url()

Builds an URL from its components. This is basically the reverse of
parse_url(), a minimalistic implementation of pecl_http extension's
http_build_url() function [1].

Note: the function is wrapped in an if function exists block, so that we
use the extension's function if it is enabled.

[1] http://php.net/http-build-url

mod - core/http_api.php Diff File