[CHANGED] Documentation on Zip API providers.
This commit is contained in:
parent
e1164f8989
commit
20d986b11d
|
|
@ -75,11 +75,10 @@ during development to make the resulting XML file easier to read.
|
||||||
Zip class
|
Zip class
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
By default, PHPWord uses PHP
|
By default, PHPWord uses `Zip extension <http://php.net/manual/en/book.zip.php>`__
|
||||||
`ZipArchive <http://php.net/manual/en/book.zip.php>`__ to read or write
|
to deal with ZIP compressed archives and files inside them. If you can't have
|
||||||
ZIP compressed archive and the files inside them. If you can't have
|
Zip extension installed on your server, you can use pure PHP library
|
||||||
ZipArchive installed on your server, you can use pure PHP library
|
alternative, `PclZip <http://www.phpconcept.net/pclzip/>`__, which
|
||||||
alternative, `PCLZip <http://www.phpconcept.net/pclzip/>`__, which
|
|
||||||
included with PHPWord.
|
included with PHPWord.
|
||||||
|
|
||||||
.. code-block:: php
|
.. code-block:: php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue