takagi          Sat Aug 12 20:50:14 2006 UTC

  Modified files:              
    /phpdoc/en/reference/zip/functions  ziparchive-getfromname.xml 
  Log:
  fixed returnvalues.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml
diff -u phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml:1.2 
phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml:1.3
--- phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml:1.2    Sat Aug 
12 15:54:51 2006
+++ phpdoc/en/reference/zip/functions/ziparchive-getfromname.xml        Sat Aug 
12 20:50:14 2006
@@ -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">

Reply via email to