samson/protocol

TCP协议的各种实现

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

This package is auto-updated.

Last update: 2024-09-20 20:31:28 UTC


README

使用示例

<?php

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