Home
last modified time | relevance | path

Searched refs:setEncryptionName (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/zip/examples/
H A Dencryption.php16 $zip->setEncryptionName($file, ZipArchive::EM_AES_256, $pass);
25 $zip->setEncryptionName($file, ZipArchive::EM_AES_256);
/PHP-7.3/ext/zip/tests/
H A Doo_encryption.phpt6 if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
21 var_dump($zip->setEncryptionName('bar.txt', 9999, $pass)); // Fails
22 var_dump($zip->setEncryptionName('bar.txt', ZipArchive::EM_AES_256, $pass));
/PHP-7.3/ext/zip/
H A Dphp_zip.c2299 static ZIPARCHIVE_METHOD(setEncryptionName) in ZIPARCHIVE_METHOD() argument
3163 ZIPARCHIVE_ME(setEncryptionName, arginfo_ziparchive_setencryption_name, ZEND_ACC_PUBLIC)
/PHP-7.3/
H A DNEWS2656 . Fixed bug #75143 (new method setEncryptionName() seems not to exist

Completed in 23 milliseconds