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
Afficher le fichier Open project: horde/horde

Méthodes publiques

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

Protected Properties

Свойство Type Description
$_flagArray array TODO
$_mails array TODO
$_tmp array TODO

Méthodes publiques

Méthode Description
decompress ( $data, array $params = [] ) : array

Méthodes protégées

Méthode 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 méthode

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

_readMessage() protected méthode

TODO
protected _readMessage ( string $data, integer $position ) : string
$data string TODO
$position integer TODO
Résultat string TODO

_readMessageInfo() protected méthode

TODO
protected _readMessageInfo ( string $data, integer $position ) : array
$data string TODO
$position integer TODO
Résultat array TODO

_readString() protected méthode

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

decompress() public méthode

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

Property Details

$_flagArray protected_oe property

TODO
protected array $_flagArray
Résultat array

$_mails protected_oe property

TODO
protected array $_mails
Résultat array

$_tmp protected_oe property

TODO
protected array $_tmp
Résultat array

$canDecompress public_oe property

public $canDecompress