From professional translators, enterprises, web pages and freely available translation repositories.
$z =new ziparchive ();
$z =new ziparchive ();
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
//$zip=ziparchive::open()
//$zip=ziparchive::open()
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
$zip -> open ( "file" , ziparchive :: create );
$zip -> open ( "file" , ziparchive :: create );
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
compressed version of publication - ziparchive(0,23mb).
Версия документа в архиве - zip(0,23mb).
Last Update: 2018-02-21
Usage Frequency: 14
Quality:
ziparchive::setpassword — set the password for the active archive
ziparchive::unchangeall — Отменяет все изменения, сделанные в архиве
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
if( $zip -> open ( $file , ziparchive :: create )!== true ){
if( $zip -> open ( $file , ziparchive :: create )!== true ){
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
ziparchive::addpattern() - add files from a directory by pcre pattern
ziparchive::addpattern() - add files from a directory by pcre pattern
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
ziparchive::addfromstring — add a file to a zip archive using its contents
ziparchive::addfromstring — Добавяет файл в zip-архив, используя его содержимое
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функция ziparchive::setpassword() - set the password for the active archive
Функция ziparchive::unchangeall() - Отменяет все изменения, сделанные в архиве
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
example #1 create an archive and then use it with ziparchive::locatename()
Пример #1 Создается архив и затем используется метод ziparchive::locatename()
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функция ziparchive::addfromstring() - add a file to a zip archive using its contents
Функция ziparchive::addfromstring() - Добавяет файл в zip-архив, используя его содержимое
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функция ziparchive::statindex() - get the details of an entry defined by its index.
Функция ziparchive::statname() - get the details of an entry defined by its name.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функции. ziparchive::unchangeindex() - revert all changes done to an entry at the given index.
Функции. ziparchive::unchangename() - revert all changes done to an entry with the given name.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
Функция ziparchive::close() - close the active archive (opened or newly created)
Функция ziparchive::unchangeall() - Отменяет все изменения, сделанные в архиве
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
here overwriting works the same as deleting and adding.so it's not necessary to ziparchive::deletename()first.
here overwriting works the same as deleting and adding.so it's not necessary to ziparchive::deletename()first.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
although numfiles will change after overwriting a file,it will be back normal when you ziparchive::close()and open()it again.
although numfiles will change after overwriting a file,it will be back normal when you ziparchive::close()and open()it again.
Last Update: 2018-02-21
Usage Frequency: 1
Quality:
if the option ziparchive::fl_nodir is used,the result may be ambiguous as files with the same name may occur in various directories.in this case,the first occurence in the index whoose name matches is returned.
if the option ziparchive::fl_nodir is used,the result may be ambiguous as files with the same name may occur in various directories.in this case,the first occurence in the index whoose name matches is returned.
Last Update: 2018-02-21
Usage Frequency: 1
Quality: