目前一个一个web页面,我想通过php socket握手失败 返回400 <?php //error_reporting(E_ALL); $service_port = 15221; $address = '125.67.237.106'; $socket = socket_create(AF_INET, SOCK_STREAM, SOL_TCP); if ($socket === false) { ...