vrana           Thu Jan 18 08:45:26 2007 UTC

  Modified files:              
    /phpdoc/en/reference/phar/functions Phar-loadPhar.xml 
                                        Phar-mapPhar.xml 
                                        Phar-offsetExists.xml 
                                        Phar-offsetSet.xml 
                                        Phar-offsetUnset.xml 
                                        PharFileInfo-isCRCChecked.xml 
  Log:
  Fix protos
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-loadPhar.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-loadPhar.xml
diff -u phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-loadPhar.xml:1.1    Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-loadPhar.xml        Thu Jan 18 
08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-loadPhar">
  <refnamediv>
   <refname>Phar::loadPhar</refname>
@@ -8,7 +8,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>Phar::loadPhar</methodname>
+   <type>bool</type><methodname>Phar::loadPhar</methodname>
    
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
    <methodparam 
choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-mapPhar.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-mapPhar.xml
diff -u phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-mapPhar.xml:1.1     Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-mapPhar.xml Thu Jan 18 08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-mapPhar">
  <refnamediv>
   <refname>Phar::mapPhar</refname>
@@ -8,8 +8,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>Phar::mapPhar</methodname>
-   <methodparam><type>string</type><parameter>alias</parameter></methodparam>
+   <type>bool</type><methodname>Phar::mapPhar</methodname>
+   <methodparam 
choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
   </methodsynopsis>
 
   <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetExists.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetExists.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetExists.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-offsetExists.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-offsetExists.xml:1.1        Thu Jan 
18 00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetExists.xml    Thu Jan 18 
08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-offsetExists">
  <refnamediv>
   <refname>Phar::offsetExists</refname>
@@ -8,7 +8,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>Phar::offsetExists</methodname>
+   <type>bool</type><methodname>Phar::offsetExists</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetSet.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetSet.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-offsetSet.xml:1.1   Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetSet.xml       Thu Jan 18 
08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-offsetSet">
  <refnamediv>
   <refname>Phar::offsetSet</refname>
@@ -8,7 +8,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>Phar::offsetSet</methodname>
+   <type>void</type><methodname>Phar::offsetSet</methodname>
    <methodparam><type>string</type><parameter>offset</parameter></methodparam>
    <methodparam><type>string</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml
diff -u phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.1 
phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.2
--- phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml:1.1 Thu Jan 18 
00:24:34 2007
+++ phpdoc/en/reference/phar/functions/Phar-offsetUnset.xml     Thu Jan 18 
08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.Phar-offsetUnset">
  <refnamediv>
   <refname>Phar::offsetUnset</refname>
@@ -8,8 +8,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>Phar::offsetUnset</methodname>
-   <void/>
+   <type>bool</type><methodname>Phar::offsetUnset</methodname>
+   <methodparam><type>string</type><parameter>offset</parameter></methodparam>
   </methodsynopsis>
 
   <para>
@@ -21,11 +21,23 @@
   </para>
 
  </refsect1>
+ 
  <refsect1 role="parameters">
   &reftitle.parameters;
   <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>offset</parameter></term>
+     <listitem>
+      <para>
+       The filename (relative path) to modify in a Phar.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
   </para>
  </refsect1>
+ 
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml
diff -u phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml:1.1 
phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml:1.2
--- phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml:1.1        
Thu Jan 18 00:24:34 2007
+++ phpdoc/en/reference/phar/functions/PharFileInfo-isCRCChecked.xml    Thu Jan 
18 08:45:26 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.PharFileInfo-isCRCChecked">
  <refnamediv>
   <refname>PharFileInfo::isCRCChecked</refname>
@@ -8,7 +8,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>int</type><methodname>PharFileInfo-&gt;isCRCChecked</methodname>
+   <type>bool</type><methodname>PharFileInfo::isCRCChecked</methodname>
    <void/>
   </methodsynopsis>
 

Reply via email to