'hello', 'uid' => 1991]); fwrite($fp, pack('N', strlen($msg)) . $msg); sleep(1); var_dump(fread($fp, 8192)); fclose($fp);