Examples ( Source code ) » socket_accept <?php $socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP); socket_bind($socket,$address,$port);
確定! 回上一頁