PHP Class Horde_Compress_Dbx, horde

This class is based on code by: Antony Raijekov http://uruds.gateway.bg/zeos/ Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Compress_Base
Mostra file Open project: horde/horde

Public Properties

Property Type Description
$canDecompress

Protected Properties

Property Type Description
$_flagArray array TODO
$_mails array TODO
$_tmp array TODO

Public Methods

Method Description
decompress ( $data, array $params = [] ) : array

Protected Methods

Method Description
_readIndex ( string $data, integer $position ) TODO
_readMessage ( string $data, integer $position ) : string TODO
_readMessageInfo ( string $data, integer $position ) : array TODO
_readString ( string $buf, integer $pos ) : string Returns a null-terminated string from the specified data.

Method Details

_readIndex() protected method

TODO
protected _readIndex ( string $data, integer $position )
$data string TODO
$position integer TODO

_readMessage() protected method

TODO
protected _readMessage ( string $data, integer $position ) : string
$data string TODO
$position integer TODO
return string TODO

_readMessageInfo() protected method

TODO
protected _readMessageInfo ( string $data, integer $position ) : array
$data string TODO
$position integer TODO
return array TODO

_readString() protected method

Returns a null-terminated string from the specified data.
protected _readString ( string $buf, integer $pos ) : string
$buf string TODO
$pos integer TODO
return string TODO

decompress() public method

public decompress ( $data, array $params = [] ) : array
$params array
return array List of messages.

Property Details

$_flagArray protected_oe property

TODO
protected array $_flagArray
return array

$_mails protected_oe property

TODO
protected array $_mails
return array

$_tmp protected_oe property

TODO
protected array $_tmp
return array

$canDecompress public_oe property

public $canDecompress