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

Go to the source code of this file.

Variables

if(!extension_loaded('zip')) $fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r')
 
 $content = ''
 
 $z = new ZipArchive()
 

Variable Documentation

◆ $content

$content = ''

Definition at line 20 of file fopen.php.

◆ $fp

$fp = fopen('zip://' . dirname(__FILE__) . '/test.zip#test', 'r')

Definition at line 7 of file fopen.php.

◆ $z

$z = new ZipArchive()

Definition at line 21 of file fopen.php.