PHP 端<?php$host = "127.0.0.1";$port = 2000;$message = "Hello Server";echo "Message To server :".$message;// create socket$socket ...
確定! 回上一頁