PHP Class MessagePackUnpacker, zephir

Show file Open project: phalcon/zephir Class Usage Examples

Public Methods

Method 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 method

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

__destruct() public method

MessagePack destructor.
public __destruct ( )

data() public method

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

execute() public method

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

feed() public method

public feed ( string $str )
$str string

reset() public method

public reset ( )

setOption() public method

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