[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 # http_build_url() for PHP 2 3 [](https://travis-ci.org/jakeasmith/http_build_url) 4 [](https://codeclimate.com/github/jakeasmith/http_build_url) 5 [](https://packagist.org/packages/jakeasmith/http_build_url) 6 [](https://packagist.org/packages/jakeasmith/http_build_url) 7 8 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. 9 10 ## Installation 11 12 The easiest way to install this library is to use [Composer](https://getcomposer.org/) from the command line. 13 14 ``` 15 $ composer require jakeasmith/http_build_url ^1 16 ``` 17 18 ## License 19 20 This project is licensed under the MIT License - see the LICENSE file for details.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Apr 27 05:10:24 2025 | Cross-referenced by PHPXref 0.7.1 |