php-doc-en/reference/swoole/swoole.coroutine.client.xml
Christoph Michael Becker 86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00

162 lines
4.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xml:id="class.swoole-coroutine-client" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The Swoole\Coroutine\Client class</title>
<titleabbrev>Swoole\Coroutine\Client</titleabbrev>
<partintro>
<!-- {{{ Swoole\Coroutine\Client intro -->
<section xml:id="swoole-coroutine-client.intro">
&reftitle.intro;
<para>
</para>
</section>
<!-- }}} -->
<section xml:id="swoole-coroutine-client.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>Swoole\Coroutine\Client</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>Swoole\Coroutine\Client</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="swoole-coroutine-client.constants.msg-oob">Swoole\Coroutine\Client::MSG_OOB</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="swoole-coroutine-client.constants.msg-peek">Swoole\Coroutine\Client::MSG_PEEK</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="swoole-coroutine-client.constants.msg-dontwait">Swoole\Coroutine\Client::MSG_DONTWAIT</varname>
<initializer>128</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="swoole-coroutine-client.constants.msg-waitall">Swoole\Coroutine\Client::MSG_WAITALL</varname>
<initializer>64</initializer>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="swoole-coroutine-client.props.errcode">errCode</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<varname linkend="swoole-coroutine-client.props.sock">sock</varname>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ Swoole\Coroutine\Client properties -->
<section xml:id="swoole-coroutine-client.props">
&reftitle.properties;
<variablelist>
<varlistentry xml:id="swoole-coroutine-client.props.errcode">
<term><varname>errCode</varname></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry xml:id="swoole-coroutine-client.props.sock">
<term><varname>sock</varname></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
<!-- {{{ Swoole\Coroutine\Client constants -->
<section xml:id="swoole-coroutine-client.constants">
&reftitle.constants;
<variablelist>
<varlistentry xml:id="swoole-coroutine-client.constants.msg-oob">
<term><constant>Swoole\Coroutine\Client::MSG_OOB</constant></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry xml:id="swoole-coroutine-client.constants.msg-peek">
<term><constant>Swoole\Coroutine\Client::MSG_PEEK</constant></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry xml:id="swoole-coroutine-client.constants.msg-dontwait">
<term><constant>Swoole\Coroutine\Client::MSG_DONTWAIT</constant></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
<varlistentry xml:id="swoole-coroutine-client.constants.msg-waitall">
<term><constant>Swoole\Coroutine\Client::MSG_WAITALL</constant></term>
<listitem>
<para></para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
&reference.swoole.swoole.coroutine.entities.client;
</phpdoc:classref>
<!-- 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
-->