fixed returnvalues.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@218052 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2006-08-12 20:50:14 +00:00
parent bdd16af9be
commit 7af2e4ee7c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.ziparchive-getfromname">
<refnamediv>
<refname>ZipArchive::getFromName</refname>
@ -65,7 +65,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true; on success or &false; on failure.
Returns the contents of the entry on success or &false; on failure.
</para>
</refsect1>
<refsect1 role="examples">