PHP Class raklib\protocol\Packet

Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$ID
$buffer
$sendTime

Protected Properties

Свойство Type Description
$offset

Méthodes publiques

Méthode Description
clean ( )
decode ( )
encode ( )

Méthodes protégées

Méthode Description
feof ( )
get ( $len )
getAddress ( &$addr, &$port, &$version = null )
getByte ( )
getInt ( )
getLTriad ( )
getLong ( $signed = true )
getShort ( $signed = true )
getString ( )
getTriad ( )
put ( $str )
putAddress ( $addr, $port, $version = 4 )
putByte ( $v )
putInt ( $v )
putLTriad ( $v )
putLong ( $v )
putShort ( $v )
putString ( $v )
putTriad ( $v )

Method Details

clean() public méthode

public clean ( )

decode() public méthode

public decode ( )

encode() public méthode

public encode ( )

feof() protected méthode

protected feof ( )

get() protected méthode

protected get ( $len )

getAddress() protected méthode

protected getAddress ( &$addr, &$port, &$version = null )

getByte() protected méthode

protected getByte ( )

getInt() protected méthode

protected getInt ( )

getLTriad() protected méthode

protected getLTriad ( )

getLong() protected méthode

protected getLong ( $signed = true )

getShort() protected méthode

protected getShort ( $signed = true )

getString() protected méthode

protected getString ( )

getTriad() protected méthode

protected getTriad ( )

put() protected méthode

protected put ( $str )

putAddress() protected méthode

protected putAddress ( $addr, $port, $version = 4 )

putByte() protected méthode

protected putByte ( $v )

putInt() protected méthode

protected putInt ( $v )

putLTriad() protected méthode

protected putLTriad ( $v )

putLong() protected méthode

protected putLong ( $v )

putShort() protected méthode

protected putShort ( $v )

putString() protected méthode

protected putString ( $v )

putTriad() protected méthode

protected putTriad ( $v )

Property Details

$ID public_oe static_oe property

public static $ID

$buffer public_oe property

public $buffer

$offset protected_oe property

protected $offset

$sendTime public_oe property

public $sendTime