svn: /phpdoc/fa/trunk/reference/apc/functions/ apc-cache-info.xml apc-compile-file.xml apc-fetch.xml
[email protected] (Pedram Salehpoor)
| Newsgroups | php.doc.fa |
|---|---|
| Message-ID | <[email protected]> |
psalehpoor Thu, 27 May 2010 19:57:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299874
Log:
updated
Changed paths:
U phpdoc/fa/trunk/reference/apc/functions/apc-cache-info.xml
U phpdoc/fa/trunk/reference/apc/functions/apc-compile-file.xml
U phpdoc/fa/trunk/reference/apc/functions/apc-fetch.xml
Modified: phpdoc/fa/trunk/reference/apc/functions/apc-cache-info.xml
===================================================================
--- phpdoc/fa/trunk/reference/apc/functions/apc-cache-info.xml 2010-05-27 19:41:39 UTC (rev 299873)
+++ phpdoc/fa/trunk/reference/apc/functions/apc-cache-info.xml 2010-05-27 19:57:24 UTC (rev 299874)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 290987 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 299728 Maintainer: pedram Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.apc-cache-info" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -150,6 +150,9 @@
<para>
<simplelist>
<member><link linkend="apc.configuration">شبه جملات تنظیمات APC</link></member>
+ <member><methodname>APCIterator::getTotalSize</methodname></member>
+ <member><methodname>APCIterator::getTotalHits</methodname></member>
+ <member><methodname>APCIterator::getTotalCount</methodname></member>
</simplelist>
</para>
</refsect1>
Modified: phpdoc/fa/trunk/reference/apc/functions/apc-compile-file.xml
===================================================================
--- phpdoc/fa/trunk/reference/apc/functions/apc-compile-file.xml 2010-05-27 19:41:39 UTC (rev 299873)
+++ phpdoc/fa/trunk/reference/apc/functions/apc-compile-file.xml 2010-05-27 19:57:24 UTC (rev 299874)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: psalehpoor Status: ready -->
+<!-- EN-Revision: 299728 Maintainer: psalehpoor Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="function.apc-compile-file" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -43,6 +43,14 @@
</para>
</refsect1>
+ <refsect1 role="seealso">
+ &reftitle.seealso;
+ <simplelist>
+ <member><function>apc_bin_dumpfile</function></member>
+ <member><function>apc_bin_loadfile</function></member>
+ </simplelist>
+ </refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file
Modified: phpdoc/fa/trunk/reference/apc/functions/apc-fetch.xml
===================================================================
--- phpdoc/fa/trunk/reference/apc/functions/apc-fetch.xml 2010-05-27 19:41:39 UTC (rev 299873)
+++ phpdoc/fa/trunk/reference/apc/functions/apc-fetch.xml 2010-05-27 19:57:24 UTC (rev 299874)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- EN-Revision: 297028 Maintainer: pedram Status: ready -->
+<!-- EN-Revision: 299728 Maintainer: pedram Status: ready -->
<!-- Reviewed: yes -->
<!-- $Revision$ -->
<refentry xml:id="function.apc-fetch" xmlns="http://docbook.org/ns/docbook">
@@ -75,12 +75,35 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>3.0.17</entry>
+ <entry>
+ پارامتر <parameter>success</parameter> اضافه شد.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </refsect1>
+
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>apc_store</function></member>
<member><function>apc_delete</function></member>
+ <member><classname>APCIterator</classname></member>
</simplelist>
</para>
</refsect1>