Liste de tous les membres
Fonctions membres publiques statiques |
static | isSupported () |
Additional Inherited Members |
| $_errors = array() |
Documentation des fonctions membres
JArchiveTar::_getTarInfo |
( |
& |
$data | ) |
|
|
protected |
Get the list of files/data from a Tar archive buffer.
- Paramètres:
-
string | &$data | The Tar archive buffer. |
- Renvoie:
- array Archive metadata array
KEY: Position in the array
VALUES: 'attr' – File attributes
'data' – Raw file contents
'date' – File modification time
'name' – Filename
'size' – Original file size
'type' – File type
- Depuis:
- 11.1
Références $data, $file, $mode, et null.
JArchiveTar::extract |
( |
|
$archive, |
|
|
|
$destination, |
|
|
|
$options = array() |
|
) |
| |
static JArchiveTar::isSupported |
( |
| ) |
|
|
static |
Tests whether this adapter can unpack files on this computer.
- Renvoie:
- boolean True if supported
- Depuis:
- 11.3
Documentation des données membres
JArchiveTar::$_data = null |
|
private |
JArchiveTar::$_metadata = null |
|
private |
Valeur initiale : array(
0x0 => 'Unix file',
0x30 => 'File',
0x31 => 'Link',
0x32 => 'Symbolic link',
0x33 => 'Character special file',
0x34 => 'Block special file',
0x35 => 'Directory',
0x36 => 'FIFO special file',
0x37 => 'Contiguous file')
La documentation de cette classe a été générée à partir du fichier suivant :