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

Go to the source code of this file.

Variables

if(!extension_loaded('zip')) $zip = new ZipArchive()
 
 $files = array('test', 'testdir/test2')
 

Variable Documentation

◆ $files

$files = array('test', 'testdir/test2')

Definition at line 20 of file extract.php.

◆ $zip

if (!extension_loaded( 'zip')) $zip = new ZipArchive()

Definition at line 6 of file extract.php.