- corrected a typo

- some function names were wrong


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@49163 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-06-03 22:30:47 +00:00
parent d9697d607f
commit ec801c0f74

View file

@ -33,7 +33,7 @@
<example>
<title>Zip Usage Example</title>
<programlisting role="php">
&lt;?PHP
&lt;?php
$zip = zip_open("/tmp/test2.zip");
@ -96,7 +96,7 @@ if ($zip) {
<refentry id="function.zip-entry-close">
<refnamediv>
<refname>zip_close</refname>
<refname>zip_entry_close</refname>
<refpurpose>Close a Directory Entry</refpurpose>
</refnamediv>
<refsect1>
@ -280,7 +280,7 @@ if ($zip) {
<refentry id="function.zip-entry-read">
<refnamediv>
<refname>zip_read</refname>
<refname>zip_entry_read</refname>
<refpurpose>Read From an Open Directory Entry</refpurpose>
</refnamediv>
<refsect1>
@ -353,7 +353,7 @@ if ($zip) {
<refentry id="function.zip-read">
<refnamediv>
<refname>zip_read</refname>
<refpurpose>Reads Next Entry in a Zip File Archive</refpurpose>
<refpurpose>Read Next Entry in a Zip File Archive</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>