- fix example description (hscheidegger at zumbach dot ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@223694 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pierre Joye 2006-11-22 00:58:05 +00:00
parent 8d4f1bd58f
commit 5bd0d374dd

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry id="function.ziparchive-addfile">
<refnamediv>
<refname>ZipArchive::addFile</refname>
@ -48,10 +48,10 @@
<refsect1 role="examples">
&reftitle.examples;
<para>
This example opens a ZIP file archive, reads each file in the
archive and prints out its contents. The
<filename>test.zip</filename> archive used in this example is
one of the test archives in the ext/zip/examples directory.
This example opens a ZIP file archive
<filename>test.zip</filename> and add
the file <filename>/path/to/index.txt</filename>.
as <filename>newname.txt</filename>.
</para>
<example>
<title>Open and extract</title>