vrana           Thu Jan 18 08:49:59 2007 UTC

  Modified files:              
    /phpdoc/en/reference/phar/functions Phar-getModified.xml 
                                        Phar-loadPhar.xml 
                                        Phar-mapPhar.xml 
                                        Phar-offsetGet.xml 
                                        Phar-offsetSet.xml 
                                        Phar-offsetUnset.xml 
                                        PharFileInfo-getCRC32.xml 
                                        PharFileInfo-getCompressedSize.xml 
                                        PharFileInfo-getPharFlags.xml 
                                        apiVersion.xml canCompress.xml 
  Log:
  Return values
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-getModified.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-getModified.xml
diff -u phpdoc/en/reference/phar/functions/Phar-getModified.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-getModified.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-getModified.xml:1.1 Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-getModified.xml     Thu Jan 18 
08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-getModified">
  <refnamediv>
   <refname>Phar->getModified</refname>
@@ -27,7 +27,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &true; if the phar has been modified since opened, &false; if not
+   &true; if the phar has been modified since opened, &false; if not.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-loadPhar.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-loadPhar.xml
diff -u phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.2 
phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.3
--- phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.2    Thu Jan 18 
08:45:26 2007
+++ phpdoc/en/reference/phar/functions/Phar-loadPhar.xml        Thu Jan 18 
08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.Phar-loadPhar">
  <refnamediv>
   <refname>Phar::loadPhar</refname>
@@ -49,7 +49,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   returns &true; if successful, &false; otherwise
+   &return.success;
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-mapPhar.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-mapPhar.xml
diff -u phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.2 
phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.3
--- phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.2     Thu Jan 18 
08:45:26 2007
+++ phpdoc/en/reference/phar/functions/Phar-mapPhar.xml Thu Jan 18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.Phar-mapPhar">
  <refnamediv>
   <refname>Phar::mapPhar</refname>
@@ -36,6 +36,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
+   &return.success;
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetGet.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetGet.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetGet.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-offsetGet.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-offsetGet.xml:1.1   Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetGet.xml       Thu Jan 18 
08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-offsetGet">
  <refnamediv>
   <refname>Phar::offsetGet</refname>
@@ -38,7 +38,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   a <classname>PharFileInfo</classname> object is returned that can be used to
+   A <classname>PharFileInfo</classname> object is returned that can be used to
    iterate over a file's contents or to retrieve information about the current 
file.
   </para>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetSet.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetSet.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.2 
phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.3
--- phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.2   Thu Jan 18 
08:45:26 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetSet.xml       Thu Jan 18 
08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.Phar-offsetSet">
  <refnamediv>
   <refname>Phar::offsetSet</refname>
@@ -37,7 +37,7 @@
      <term><parameter>value</parameter></term>
      <listitem>
       <para>
-       Its description
+       Content of the file.
       </para>
      </listitem>
     </varlistentry>
@@ -47,7 +47,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   no return values
+   No return values.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.2 
phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.3
--- phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.2 Thu Jan 18 
08:45:26 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml     Thu Jan 18 
08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.Phar-offsetUnset">
  <refnamediv>
   <refname>Phar::offsetUnset</refname>
@@ -41,7 +41,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &true; if successful, &false; on failure
+   &return.success;
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml
diff -u phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml:1.1    Thu Jan 
18 00:24:34 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-getCRC32.xml        Thu Jan 
18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.PharFileInfo-getCRC32">
  <refnamediv>
   <refname>PharFileInfo-&gt;getCRC32</refname>
@@ -21,7 +21,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   the <function>crc32</function> checksum of the file within the Phar archive.
+   The <function>crc32</function> checksum of the file within the Phar archive.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml
diff -u 
phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml:1.1   
Thu Jan 18 00:24:34 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-getCompressedSize.xml       
Thu Jan 18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.PharFileInfo-getCompressedSize">
  <refnamediv>
   <refname>PharFileInfo-&gt;getCompressedSize</refname>
@@ -21,7 +21,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   the size in bytes of the file within the Phar archive on disk.
+   The size in bytes of the file within the Phar archive on disk.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml
diff -u phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml:1.1        
Thu Jan 18 00:24:34 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-getPharFlags.xml    Thu Jan 
18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.PharFileInfo-getPharFlags">
  <refnamediv>
   <refname>PharFileInfo-&gt;getPharFlags</refname>
@@ -20,7 +20,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   the size in bytes of the file within the Phar archive on disk.
+   The size in bytes of the file within the Phar archive on disk.
   </para>
  </refsect1>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/apiVersion.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/apiVersion.xml
diff -u phpdoc/en/reference/phar/functions/apiVersion.xml:1.1 
phpdoc/en/reference/phar/functions/apiVersion.xml:1.2
--- phpdoc/en/reference/phar/functions/apiVersion.xml:1.1       Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/apiVersion.xml   Thu Jan 18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.apiVersion">
  <refnamediv>
   <refname>apiVersion</refname>
@@ -27,7 +27,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   The API version string as in <literal>&quot;1.0.0&quot;</literal>
+   The API version string as in <literal>&quot;1.0.0&quot;</literal>.
   </para>
  </refsect1>
  <refsect1 role="examples">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/canCompress.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/canCompress.xml
diff -u phpdoc/en/reference/phar/functions/canCompress.xml:1.1 
phpdoc/en/reference/phar/functions/canCompress.xml:1.2
--- phpdoc/en/reference/phar/functions/canCompress.xml:1.1      Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/canCompress.xml  Thu Jan 18 08:49:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.canCompress">
  <refnamediv>
   <refname>canCompress</refname>
@@ -26,7 +26,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   &true; if compression/decompression is available, &false; if not
+   &true; if compression/decompression is available, &false; if not.
   </para>
  </refsect1>
 

Reply via email to