PHP Class pharext\Archive

Inheritance: implements ArrayAcces\ArrayAccess, implements IteratorAggregat\IteratorAggregate
Afficher le fichier Open project: m6w6/pharext Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $file = null )
extract ( )
extractTo ( $dir )
getIterator ( )
getMetadata ( $key = null )
getPath ( )
getSignature ( )
offsetExists ( $o )
offsetGet ( $o )
offsetSet ( $o, $v )
offsetUnset ( $o )
open ( $file )

Private Methods

Méthode Description
outFd ( $path, $flags )
readEntry ( array &$entries )
readFormat ( $format, $fd, $len )
readManifest ( )
readSerializedBinary ( $fd )
readSignature ( )
readSingleFormat ( $format, $fd, $len )
readStringBinary ( $fd )
readStub ( )
readVerified ( $fd, $len )

Method Details

__construct() public méthode

public __construct ( $file = null )

extract() public méthode

public extract ( )

extractTo() public méthode

public extractTo ( $dir )

getIterator() public méthode

public getIterator ( )

getMetadata() public méthode

public getMetadata ( $key = null )

getPath() public méthode

public getPath ( )

getSignature() public méthode

public getSignature ( )

offsetExists() public méthode

public offsetExists ( $o )

offsetGet() public méthode

public offsetGet ( $o )

offsetSet() public méthode

public offsetSet ( $o, $v )

offsetUnset() public méthode

public offsetUnset ( $o )

open() public méthode

public open ( $file )