core\util\class-zip-util.php
Gestion des fichiers ZIP.
- Author
- Eoxia
- Copyright
- 2015-2018 Eoxia
- Package
- EO_Framework\Core\Util
- Since
- 0.1.0
- Version
- 1.0.0
\eoxia\ZIP_Util
Package: EO_Framework\Core\Util
Gestion des fichiers ZIP
- Parent(s)
- \eoxia\Singleton_Util
- Inherited_from
- \eoxia\Singleton_Util
Properties
Methods
__construct() : void
finalinherited
Appelle le constructeur parent
Inherited from:Details
- Since
- 0.1.0
- Version
- 1.0.0
construct() : void
Le constructeur obligatoirement pour utiliser la classe \eoxia\Singleton_Util
Details
- Since
- 0.1.0
- Version
- 1.0.0
construct() : void
abstractinherited
Le constructeur pour les enfants
Inherited from:Details
- Since
- 0.1.0
- Version
- 1.0.0
g() : \eoxia\Singleton_Util
staticfinalinherited
Récupères l'instance courante
Inherited from:Returns
Details
Type | Description |
---|---|
\eoxia\Singleton_Util | L'instance courante |
- Since
- 0.1.0
- Version
- 1.0.0
unzip(string $zip_path, string $destination_path) : array
Dézippes l'archive $zip_path dans $destination_path Retournes tous les noms des fichiers contenus dans l'archive
Parameters
Returns
Details
Name | Type | Description |
---|---|---|
$zip_path | string | Le chemin vers l'archive. |
$destination_path | string | Le chemin d'extraction des fichiers. |
Type | Description |
---|---|
array | { Les propriétés du tableau retourné. @type boolean state True ou False. @type array $list_file Contenant plusieurs index avec le nom des fichiers dézippés. } |
- Since
- 0.1.0
- Version
- 1.0.0