php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tar.h File Reference

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
 

Macro Definition Documentation

◆ PHAR_TAR_PACK

#define PHAR_TAR_PACK

Definition at line 30 of file tar.h.

Typedef Documentation

◆ old_tar_header

the format of the header block for a file, in the older UNIX-compatible TAR format

◆ tar_header

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.