$socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); $connection = socket_connect($socket, $ip, $port); $msg = 'abcd狗咬豬'; ...
確定! 回上一頁