PHP Class Swoole\Socket

Inheritance: extends Thrift\Transport\TFramedTransport
Show file Open project: qieangel2013/zys Class Usage Examples

Public Properties

Property Type Description
$buffer
$offset
$server

Protected Properties

Property Type Description
$fd
$rBuf_
$read_
$wBuf_

Public Methods

Method Description
_read ( $len )
flush ( )
read ( $len )
readFrame ( )
setHandle ( $fd )
write ( $buf )

Method Details

_read() public method

public _read ( $len )

flush() public method

public flush ( )

read() public method

public read ( $len )

readFrame() public method

public readFrame ( )

setHandle() public method

public setHandle ( $fd )

write() public method

public write ( $buf )

Property Details

$buffer public property

public $buffer

$fd protected property

protected $fd

$offset public property

public $offset

$rBuf_ protected property

protected $rBuf_

$read_ protected property

protected $read_

$server public property

public $server

$wBuf_ protected property

protected $wBuf_