1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 09:13:25 +01:00
krtmn/includes/http_build_url/README.md

7 lines
470 B
Markdown
Raw Permalink Normal View History

2016-04-13 22:02:46 +02:00
http_build_url() for PHP
========================
This simple library provides functionality for [`http_build_url()`](http://us2.php.net/manual/en/function.http-build-url.php) to environments without pecl_http. It aims to mimic the functionality of the pecl function in every way and ships with a full suite of tests that have been run against both the original function and the one in this package.
It can be found here : https://github.com/jakeasmith/http_build_url