<?php. $fp = stream_socket_client( "tcp://address:port", $error, $errorstr, 60 );. if(!$fp){ printf( "%s (%d)", $errorstr, $error ); }.
確定! 回上一頁