PHP.mk документација
Дефиниција на запис во Phar манифест датотека
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
phar.fileformat.manifestfile.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
phar.fileformat.manifestfile.php
Дефиниција на запис во Phar манифест датотека
Референца за `phar.fileformat.manifestfile.php` со подобрена типографија и навигација.
Дефиниција на запис во Phar манифест датотека
Each file in the manifest contains the following information:
| Size in bytes | = NULL |
|---|---|
| 4 bytes | Filename length in bytes |
| ?? | Filename (length specified in previous) |
| 4 bytes | Un-compressed file size in bytes |
| 4 bytes | Unix timestamp of file |
| 4 bytes | Compressed file size in bytes |
| 4 bytes | CRC32 checksum of un-compressed file contents |
| 4 bytes | Bit-mapped File-specific flags |
| 4 bytes | Serialized File Meta-data length (0 for none) |
| ?? | Serialized File Meta-data, stored in serialize() format |
Note that as of API version 1.1.1, empty directories are stored as filenames with a trailing slash like my/directory/
The File-specific bitmap values recognized are:
| Име (константа) | = NULL |
|---|---|
0x000001FF |
These bits are reserved for defining specific file permissions of a file. Permissions are used for fstat() and can be used to recreate desired permissions upon extraction. |
0x00001000 |
If set, this file is compressed with zlib DEFLATE compression |
0x00002000 |
If set, this file is compressed with bzip2 compression |
Белешки од корисници
Нема белешки од корисници за оваа страница.