PHP 인터페이스 React\Socket\ConnectionInterface

상속: extends Evenement\EventEmitterInterface
파일 보기 프로젝트 열기: reactphp/socket 0 사용 예제들

공개 메소드들

메소드 설명
getRemoteAddress ( ) : string | null Returns the remote address (client IP) where this connection has been established from

메소드 상세

getRemoteAddress() 공개 메소드

Returns the remote address (client IP) where this connection has been established from
public getRemoteAddress ( ) : string | null
리턴 string | null remote address (client IP) or null if unknown