You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments