XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence de la classe Zipfile

Fonctions membres publiques

 unix2DosTime ($unixtime=0)
 
 addFile ($data, $name, $time=0)
 
 file ()
 

Champs de données

 $datasec = array()
 
 $ctrl_dir = array()
 
 $eof_ctrl_dir = "\x50\x4b\x05\x06\x00\x00\x00\x00"
 
 $old_offset = 0
 

Documentation des fonctions membres

◆ addFile()

addFile (   $data,
  $name,
  $time = 0 
)

Adds "file" to archive

Paramètres
string$datafile contents
string$namename of the file in the archive (may contains the path)
integer$timethe current timestamp @access public
+ Voici le graphe d'appel pour cette fonction :

◆ file()

file ( )

Dumps out file

Renvoie
string the zipped file @access public

◆ unix2DosTime()

unix2DosTime (   $unixtime = 0)

Converts an Unix timestamp to a four byte DOS date and time format (date in high two bytes, time in low two bytes allowing magnitude comparison).

Paramètres
int$unixtimethe current Unix timestamp
Renvoie
integer the current date in a four byte DOS format @access private
+ Voici le graphe des appelants de cette fonction :

Documentation des champs

◆ $ctrl_dir

array $ctrl_dir = array()

Central directory

◆ $datasec

array $datasec = array()

Array to store compressed data

◆ $eof_ctrl_dir

string $eof_ctrl_dir = "\x50\x4b\x05\x06\x00\x00\x00\x00"

End of central directory record

◆ $old_offset

integer $old_offset = 0

Last offset position


La documentation de cette classe a été générée à partir du fichier suivant :