PHP 클래스 pharext\Archive

상속: implements ArrayAcces\ArrayAccess, implements IteratorAggregat\IteratorAggregate
파일 보기 프로젝트 열기: m6w6/pharext 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $file = null )
extract ( )
extractTo ( $dir )
getIterator ( )
getMetadata ( $key = null )
getPath ( )
getSignature ( )
offsetExists ( $o )
offsetGet ( $o )
offsetSet ( $o, $v )
offsetUnset ( $o )
open ( $file )

비공개 메소드들

메소드 설명
outFd ( $path, $flags )
readEntry ( array &$entries )
readFormat ( $format, $fd, $len )
readManifest ( )
readSerializedBinary ( $fd )
readSignature ( )
readSingleFormat ( $format, $fd, $len )
readStringBinary ( $fd )
readStub ( )
readVerified ( $fd, $len )

메소드 상세

__construct() 공개 메소드

public __construct ( $file = null )

extract() 공개 메소드

public extract ( )

extractTo() 공개 메소드

public extractTo ( $dir )

getIterator() 공개 메소드

public getIterator ( )

getMetadata() 공개 메소드

public getMetadata ( $key = null )

getPath() 공개 메소드

public getPath ( )

getSignature() 공개 메소드

public getSignature ( )

offsetExists() 공개 메소드

public offsetExists ( $o )

offsetGet() 공개 메소드

public offsetGet ( $o )

offsetSet() 공개 메소드

public offsetSet ( $o, $v )

offsetUnset() 공개 메소드

public offsetUnset ( $o )

open() 공개 메소드

public open ( $file )