朕的大清完了?牛人大佬:
socket_select()  异步
socket_connect() 同步,

if (socket_connect($socket, $address, $port))

if (socket_select($socket,$socket,$socket,5))

socket_select 按以上判断端口 有没有什么不妥,牛人大佬请指教