摘要: <?php// Client // 设置错误处理error_reporting (E_ALL);// 设置处理时间set_time_limit (0);$ip = $argv[1]; // IP 地址$port = $argv[2]; // 端口号echo "try to connected to $ip:$port./r/n";if($argv[3]>1000){echo 'PHP use socket select,max connection is 1000'."/n";$argv[3]=1000;}for($i=0;$ 阅读全文
posted @ 2010-07-02 10:50 MultiThread-PHP 阅读(786) 评论(0) 推荐(0)