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

Go to the source code of this file.

Variables

if(!extension_loaded('zip')) $za = new ZipArchive()
 
 for ( $i=0;$i< $za->numFiles; $i++)
 

Variable Documentation

◆ $za

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

Definition at line 6 of file dir.php.

◆ for

for($i=0; $i< $za->numFiles;$i++) ( $i = 0; $i<$za->numFiles;$i++)

Definition at line 17 of file dir.php.