PHP Class MessagePackUnpacker, zephir

Afficher le fichier Open project: phalcon/zephir Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( boolean $opt = null ) MessagePackUnpacker constructor.
__destruct ( ) MessagePack destructor.
data ( mixed $object = null )
execute ( string $str = null, integer &$offset = null )
feed ( string $str )
reset ( )
setOption ( integer $option, boolean $value )

Method Details

__construct() public méthode

MessagePackUnpacker constructor.
public __construct ( boolean $opt = null )
$opt boolean

__destruct() public méthode

MessagePack destructor.
public __destruct ( )

data() public méthode

public data ( mixed $object = null )
$object mixed

execute() public méthode

public execute ( string $str = null, integer &$offset = null )
$str string
$offset integer

feed() public méthode

public feed ( string $str )
$str string

reset() public méthode

public reset ( )

setOption() public méthode

public setOption ( integer $option, boolean $value )
$option integer
$value boolean