php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
struct | _old_tar_header |
struct | _tar_header |
Macros | |
#define | PHAR_TAR_PACK |
Typedefs | |
typedef struct _old_tar_header | old_tar_header |
typedef struct _tar_header | tar_header |
typedef struct _old_tar_header old_tar_header |
the format of the header block for a file, in the older UNIX-compatible TAR format
typedef struct _tar_header tar_header |
the new USTAR header format. Note that tar can determine that the USTAR format is being used by the presence of the null-terminated string "ustar" in the magic field.