How to use the PECL HTTP (PECL_HTTP) Extension to make HTTP requests from PHP
PECL HTTP is a feature-rich PHP extension that allows you to make HTTP and HTTPS (SSL) requests from your PHP code and handle the responses. If you are not familiar with PECL, it is a library of extensions to add functionality to PHP. It uses the same package and delivery system as PEAR. Many distributions [...]
