1,'keyword' => "美白"); $data = serialize($data); $i = 0; while ($i < 10000) { $len = sprintf("%010d",strlen($data)); stream_socket_sendto($socket,$len . $data); $i++; } stream_socket_shutdown($socket,STREAM_SHUT_RDWR); } public function testLen() { $x = sprintf("%010d",500); $y = intval($x); $read = ""; while ($read) { echo "erad"; } } public function testImage() { $ret = getimagesize("http://192.168.0.200/data/upload/mobile/special/s0/s0_05300358745765788.png",$imginfo); } public function testActivity() { //require_once ('/Users/stanley-king/work/PHPProject/shopnc/mobile/control/activity.php'); $x = 'http://a.lrlz.com/mobile/index.php?act=activity&op=limit_entra'; $y = htmlspecialchars_decode($x); $x = 'http://a.lrlz.com/mobile/index.php?act=activity&op=limit_entra'; $y = htmlspecialchars($x); } }