PHP 인터페이스 Ratchet\ConnectionInterface

파일 보기 프로젝트 열기: cboden/ratchet 0 사용 예제들

공개 메소드들

메소드 설명
close ( ) Close the connection
send ( string $data ) : Ratchet\ConnectionInterface Send data to the connection

메소드 상세

close() 공개 메소드

Close the connection
public close ( )

send() 공개 메소드

Send data to the connection
public send ( string $data ) : Ratchet\ConnectionInterface
$data string
리턴 Ratchet\ConnectionInterface