php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <tar.h>
Data Fields | |
char | name [100] |
char | mode [8] |
char | uid [8] |
char | gid [8] |
char | size [12] |
char | mtime [12] |
char | checksum [8] |
char | typeflag |
char | linkname [100] |
char | magic [6] |
char | version [2] |
char | uname [32] |
char | gname [32] |
char | devmajor [8] |
char | devminor [8] |
char | prefix [155] |
char | padding [12] |
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.