mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- 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:
parent
8d4f1bd58f
commit
5bd0d374dd
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue