tasks/ext/UnzipTask.php
\UnzipTask
Package: phing\tasks\ext
Extracts one or several zip archives using ZipArchive class.
- Parent(s)
- \ExtractBaseTask < \MatchingTask < \Task < \ProjectComponent
- Author
- Joakim Bodin
- Author
- George Miroshnikov
- Version
- $Id: UnzipTask.php 526 2009-08-11 12:11:17Z mrook $
Methods

extractArchive(
\PhingFile $zipfile
)
:
booleanExtract archive content into $this->todir directory
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $zipfile | \PhingFile | Zip file to extract |
| Type | Description |
|---|---|
| boolean |

listArchiveContent(
\PhingFile $zipfile
)
:
arrayList archive content
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $zipfile | \PhingFile | Zip file to list content |
| Type | Description |
|---|---|
| array | List of files inside $zipfile |