DEFAULT_VERSION
DEFAULT_VERSION = 0x1
A common base class for Unicode extra information extra fields.
$crc32 : int
$unicodeValue : string
unpackLocalFileData(string $buffer, \PhpZip\Model\ZipEntry|null $entry = null) : static
Populate data from this array as if it was in local file data.
| string | $buffer | the buffer to read data from |
| \PhpZip\Model\ZipEntry|null | $entry |
on error
unpackCentralDirData(string $buffer, \PhpZip\Model\ZipEntry|null $entry = null) : static
Populate data from this array as if it was in central directory data.
| string | $buffer | the buffer to read data from |
| \PhpZip\Model\ZipEntry|null | $entry |
on error