For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2006 > cvs: phpdoc /en/reference/apc/functions apc-cache-info.xml apc-clear-cache.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/apc/functions apc-cache-info.xml apc-clear-cache.xml
Sean Coates

2006-03-26, 6:57 pm

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/phpd...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/phpd...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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com