if ( @socket_set_option($socket, SOL_SOCKET, SO_BINDTODEVICE, $iface) === false ) return false; socket_connect($socket, $host, null);
確定! 回上一頁