samson/protocol

Various implementations of TCP protocols

dev-master 2012-04-11 21:32 UTC

This package is auto-updated.

Last update: 2024-04-20 19:39:46 UTC


README

Usage example

<?php

$http = new HTTP();
$http->setTimeout(5000);
$response = $http->request('http://www.google.com');