php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
if(!extension_loaded('zip')) | $name = __DIR__ . '/encrypted.zip' |
$pass = 'secret' | |
$file = 'foo.php' | |
$zip = new ZipArchive | |
$text = $zip->getFromName($file) | |
$ctx | |
$ctx |
Definition at line 42 of file encryption.php.
$file = 'foo.php' |
Definition at line 9 of file encryption.php.
if (!extension_loaded( 'zip')) $name = __DIR__ . '/encrypted.zip' |
Definition at line 7 of file encryption.php.
$pass = 'secret' |
Definition at line 8 of file encryption.php.
Definition at line 36 of file encryption.php.
$zip = new ZipArchive |
Definition at line 13 of file encryption.php.