php-doc-en/reference/swoole/ini.xml
Baokun Dou 12f4e0eb67 Added swoole ext docs structure.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343628 c90b9560-bf6c-de11-be94-00142212c4b1
2017-12-10 15:25:19 +00:00

86 lines
2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="swoole.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.runtime;
&extension.runtime;
<!-- If the extension doesn't define any ini options, use this entity -->
<!-- &no.config; -->
<para>
<table>
<title>Swoole &ConfigureOptions;</title>
<tgroup cols="4">
<thead>
<row>
<entry>&Name;</entry>
<entry>&Default;</entry>
<entry>&Changeable;</entry>
<entry>Changelog</entry>
</row>
</thead>
<tbody>
<row>
<entry>swoole.aio_thread_num</entry>
<entry>2</entry>
<entry>PHP_INI_ALL</entry>
<entry>thread number of AIO</entry>
</row>
<row>
<entry>swoole.display_errors</entry>
<entry>itsvalue</entry>
<entry>PHP_INI_ALL</entry>
<entry>Whether display errors from swoole framework</entry>
</row>
<row>
<entry>swoole.use_namespace</entry>
<entry>0</entry>
<entry>PHP_INI_ALL</entry>
<entry>Whether use namespace style programming</entry>
</row>
<row>
<entry>swoole.use_namespace</entry>
<entry>itsvalue</entry>
<entry>PHP_INI_ALL</entry>
<entry>Whether use namespace </entry>
</row>
</tbody>
</tgroup>
</table>
&ini.php.constants;
</para>
&ini.descriptions.title;
<para>
<variablelist>
<varlistentry xml:id="ini.extname.theini-option">
<term>
<parameter>theini_option</parameter>
<type>thetype</type>
</term>
<listitem>
<para>
Fill in the description of theini-option.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.extname.anotherini-option">
<term>
<parameter>anotherini_option</parameter>
<type>thetype</type>
</term>
<listitem>
<para>
Fill in the description of anotherini-option.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</section>