PHP 클래스 Network\Client

Connected client socket.
상속: extends Connection
파일 보기 프로젝트 열기: prggmr/xpspl 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( resource $socket ) : void Constructs a new client connection.

보호된 메소드들

메소드 설명
_connect ( ) : boolean Establishes the socket connection.

메소드 상세

__construct() 공개 메소드

Constructs a new client connection.
public __construct ( resource $socket ) : void
$socket resource Socket connection.
리턴 void

_connect() 보호된 메소드

Establishes the socket connection.
protected _connect ( ) : boolean
리턴 boolean