vrana Fri Aug 19 11:11:27 2005 EDT
Modified files: /phpdoc/en/reference/apc/functions apc-cache-info.xml apc-clear-cache.xml apc-define-constants.xml apc-load-constants.xml apc-store.xml Log: Fix parameters http://cvs.php.net/diff.php/phpdoc/en/reference/apc/functions/apc-cache-info.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/apc/functions/apc-cache-info.xml diff -u phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.1 phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.2 --- phpdoc/en/reference/apc/functions/apc-cache-info.xml:1.1 Sun Aug 14 00:01:15 2005 +++ phpdoc/en/reference/apc/functions/apc-cache-info.xml Fri Aug 19 11:11:25 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.apc-cache-info"> <refnamediv> <refname>apc_cache_info</refname> @@ -11,7 +11,7 @@ &reftitle.description; <methodsynopsis> <type>array</type><methodname>apc_cache_info</methodname> - <void/> + <methodparam choice="opt"><type>string</type><parameter>cache_type</parameter></methodparam> </methodsynopsis> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/apc/functions/apc-clear-cache.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/apc/functions/apc-clear-cache.xml diff -u phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.1 phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.2 --- phpdoc/en/reference/apc/functions/apc-clear-cache.xml:1.1 Sun Aug 14 00:01:15 2005 +++ phpdoc/en/reference/apc/functions/apc-clear-cache.xml Fri Aug 19 11:11:25 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.apc-clear-cache"> <refnamediv> <refname>apc_clear_cache</refname> @@ -10,8 +10,8 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <type>void</type><methodname>apc_clear_cache</methodname> - <void/> + <type>bool</type><methodname>apc_clear_cache</methodname> + <methodparam choice="opt"><type>string</type><parameter>cache_type</parameter></methodparam> </methodsynopsis> </refsect1> </refentry> http://cvs.php.net/diff.php/phpdoc/en/reference/apc/functions/apc-define-constants.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/apc/functions/apc-define-constants.xml diff -u phpdoc/en/reference/apc/functions/apc-define-constants.xml:1.1 phpdoc/en/reference/apc/functions/apc-define-constants.xml:1.2 --- phpdoc/en/reference/apc/functions/apc-define-constants.xml:1.1 Sun Aug 14 00:01:15 2005 +++ phpdoc/en/reference/apc/functions/apc-define-constants.xml Fri Aug 19 11:11:25 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.apc-define-constants"> <refnamediv> <refname>apc_define_constants</refname> @@ -10,7 +10,7 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <type>mixed</type><methodname>apc_define_constants</methodname> + <type>bool</type><methodname>apc_define_constants</methodname> <methodparam><type>string</type><parameter>key</parameter></methodparam> <methodparam><type>array</type><parameter>constants</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>case_sensitive</parameter></methodparam> http://cvs.php.net/diff.php/phpdoc/en/reference/apc/functions/apc-load-constants.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/reference/apc/functions/apc-load-constants.xml diff -u phpdoc/en/reference/apc/functions/apc-load-constants.xml:1.1 phpdoc/en/reference/apc/functions/apc-load-constants.xml:1.2 --- phpdoc/en/reference/apc/functions/apc-load-constants.xml:1.1 Sun Aug 14 00:01:15 2005 +++ phpdoc/en/reference/apc/functions/apc-load-constants.xml Fri Aug 19 11:11:25 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.apc-load-constants"> <refnamediv> <refname>apc_load_constants</refname> @@ -10,7 +10,7 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <type>mixed</type><methodname>apc_load_constants</methodname> + <type>bool</type><methodname>apc_load_constants</methodname> <methodparam><type>string</type><parameter>key</parameter></methodparam> <methodparam choice="opt"><type>bool</type><parameter>case_sensitive</parameter></methodparam> </methodsynopsis> http://cvs.php.net/diff.php/phpdoc/en/reference/apc/functions/apc-store.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/apc/functions/apc-store.xml diff -u phpdoc/en/reference/apc/functions/apc-store.xml:1.2 phpdoc/en/reference/apc/functions/apc-store.xml:1.3 --- phpdoc/en/reference/apc/functions/apc-store.xml:1.2 Sun Aug 14 17:51:39 2005 +++ phpdoc/en/reference/apc/functions/apc-store.xml Fri Aug 19 11:11:25 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.apc-store"> <refnamediv> <refname>apc_store</refname> @@ -13,7 +13,7 @@ <type>bool</type><methodname>apc_store</methodname> <methodparam><type>string</type><parameter>key</parameter></methodparam> <methodparam><type>mixed</type><parameter>var</parameter></methodparam> - <methodparam><type>int</type><parameter>ttl</parameter></methodparam> + <methodparam choice="opt"><type>int</type><parameter>ttl</parameter></methodparam> </methodsynopsis> <note>