php $server = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); //創建socket/參數解釋同客服端 socket_bind($server, "0.0.0.0", 12345); //綁定端口和IP ...
確定! 回上一頁