sean            Sun Mar 26 22:05:05 2006 UTC

  Modified files:              
    /phpdoc/en/reference/apc/functions  apc-cache-info.xml 
                                        apc-clear-cache.xml 
  Log:
  describe clear_cache (param)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/apc/functions/apc-cache-info.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/apc/functions/apc-cache-info.xml
diff -u phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.2 
phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.3
--- phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.2    Fri Aug 19 
15:11:25 2005
+++ phpdoc/en/reference/apc/functions/apc-cache-info.xml        Sun Mar 26 
22:05:05 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.apc-cache-info">
  <refnamediv>
   <refname>apc_cache_info</refname>
@@ -28,6 +28,24 @@
   </note>
  </refsect1>
 
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>cache_type</parameter></term>
+     <listitem>
+      <para>
+       If <parameter>cache_type</parameter> is "<literal>user</literal>", the
+       user cache will be cleared; otherwise, the system cache (cached files)
+       will be cleared.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/apc/functions/apc-clear-cache.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/apc/functions/apc-clear-cache.xml
diff -u phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.2 
phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.3
--- phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.2   Fri Aug 19 
15:11:25 2005
+++ phpdoc/en/reference/apc/functions/apc-clear-cache.xml       Sun Mar 26 
22:05:05 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.apc-clear-cache">
  <refnamediv>
   <refname>apc_clear_cache</refname>
@@ -14,6 +14,32 @@
    <methodparam 
choice="opt"><type>string</type><parameter>cache_type</parameter></methodparam>
   </methodsynopsis>
  </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &return.success;
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>cache_type</parameter></term>
+     <listitem>
+      <para>
+       If <parameter>cache_type</parameter> is "<literal>user</literal>", the
+       user cache will be cleared; otherwise, the system cache (cached files)
+       will be cleared.
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to