svn: /phpdoc/ja/trunk/reference/apcu/functions/ apcu-enabled.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Mon, 09 Mar 2020 00:08:15 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349355
Log:
Fix #77875: No documentation for apcu_enabled()
Bug: https://bugs.php.net/77875 (Verified) No documentation for apcu_enabled()
Bug: https://bugs.php.net/77875 (Closed) No documentation for apcu_enabled()
Changed paths:
A phpdoc/ja/trunk/reference/apcu/functions/apcu-enabled.xml
Added: phpdoc/ja/trunk/reference/apcu/functions/apcu-enabled.xml
===================================================================
--- phpdoc/ja/trunk/reference/apcu/functions/apcu-enabled.xml (rev 0)
+++ phpdoc/ja/trunk/reference/apcu/functions/apcu-enabled.xml 2020-03-09 00:08:15 UTC (rev 349355)
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+<!-- EN-Revision: 349352 Maintainer: mumumu Status: ready -->
+
+<refentry xml:id="function.apcu-enabled" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+ <refname>apcu_enabled</refname>
+ <refpurpose>現在の環境で apcu が使えるかを確認する</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis role="procedural">
+ <type>bool</type><methodname>apcu_enabled</methodname>
+ <void />
+ </methodsynopsis>
+ <para>
+ 現在の環境で apcu が使えるかどうかを返します。
+ </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+ 現在の環境で apcu が使えるなら &true; を、そうでなければ &false; を返します。
+ </para>
+ </refsect1>
+
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
Property changes on: phpdoc/ja/trunk/reference/apcu/functions/apcu-enabled.xml
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property