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"; } } }