Properties

$entry

$entry : \PhpZip\Model\ZipEntry

Type

ZipEntry

Methods

__construct()

__construct(\PhpZip\Model\ZipEntry  $entry) : mixed

ZipInfo constructor.

Parameters

\PhpZip\Model\ZipEntry $entry

Returns

mixed —

getPlatformName()

getPlatformName(\PhpZip\Model\ZipEntry  $entry) : string

Parameters

\PhpZip\Model\ZipEntry $entry

Returns

string —

getName()

getName() : string

Returns

string —

isFolder()

isFolder() : bool

Returns

bool —

getSize()

getSize() : int

Returns

int —

getCompressedSize()

getCompressedSize() : int

Returns

int —

getMtime()

getMtime() : int

Returns

int —

getCtime()

getCtime() : int|null

Returns

int|null —

getAtime()

getAtime() : int|null

Returns

int|null —

getAttributes()

getAttributes() : string

Returns

string —

isEncrypted()

isEncrypted() : bool

Returns

bool —

getComment()

getComment() : string|null

Returns

string|null —

getCrc()

getCrc() : int

Returns

int —

getMethod()

getMethod() : string

Returns

string —

getMethodName()

getMethodName() : string

Returns

string —

getEncryptionMethodName()

getEncryptionMethodName() : string

Returns

string —

getPlatform()

getPlatform() : string

Returns

string —

getVersion()

getVersion() : int

Returns

int —

getEncryptionMethod()

getEncryptionMethod() : int|null

Returns

int|null —

getCompressionLevel()

getCompressionLevel() : int|null

Returns

int|null —

getCompressionMethod()

getCompressionMethod() : int

Returns

int —

toArray()

toArray() : array

Returns

array —

__toString()

__toString() : string

Returns

string —