서버로써 TCP 접속 대기
void tcp_server(int $tcp_id, int $port)
없음
<?php include "/lib/sn_tcp_ac.php"; $port = 1470; // 접속을 대기할 TCP 포트 번호 tcp_server(0, $port); // 0번 TCP로 접속 대기 sleep(15); ?>