Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Swoole
Socket
PHP 클래스 Swoole\Socket
상속:
extends
Thrift\Transport\TFramedTransport
파일 보기
프로젝트 열기: qieangel2013/zys
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$buffer
$offset
$server
보호된 프로퍼티들
프로퍼티
타입
설명
$fd
$rBuf_
$read_
$wBuf_
공개 메소드들
메소드
설명
_read
(
$len
)
flush
( )
read
(
$len
)
readFrame
( )
setHandle
(
$fd
)
write
(
$buf
)
메소드 상세
_read()
공개
메소드
public
_read
(
$len
)
flush()
공개
메소드
public
flush
( )
read()
공개
메소드
public
read
(
$len
)
readFrame()
공개
메소드
public
readFrame
( )
setHandle()
공개
메소드
public
setHandle
(
$fd
)
write()
공개
메소드
public
write
(
$buf
)
프로퍼티 상세
$buffer
공개적으로 프로퍼티
public
$buffer
$fd
보호되어 있는 프로퍼티
protected
$fd
$offset
공개적으로 프로퍼티
public
$offset
$rBuf_
보호되어 있는 프로퍼티
protected
$rBuf_
$read_
보호되어 있는 프로퍼티
protected
$read_
$server
공개적으로 프로퍼티
public
$server
$wBuf_
보호되어 있는 프로퍼티
protected
$wBuf_