mirror of
https://github.com/php/doc-ru.git
synced 2026-03-24 07:42:22 +01:00
99 lines
2.6 KiB
XML
99 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- EN-Revision: b4fbf4434abeca44c58575ff3967e5640f7877d5 Maintainer: rjhdby Status: ready -->
|
||
<!-- Reviewed: no -->
|
||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.construct">
|
||
<refnamediv>
|
||
<refname>EvIdle::__construct</refname>
|
||
<refpurpose>Конструктор наблюдателя EvIdle</refpurpose>
|
||
</refnamediv>
|
||
<refsect1 role="description">
|
||
&reftitle.description;
|
||
<constructorsynopsis>
|
||
<modifier>public</modifier>
|
||
<methodname>EvIdle::__construct</methodname>
|
||
<methodparam>
|
||
<type>callable</type>
|
||
<parameter>callback</parameter>
|
||
</methodparam>
|
||
<methodparam choice="opt">
|
||
<type>mixed</type>
|
||
<parameter>data</parameter>
|
||
</methodparam>
|
||
<methodparam choice="opt">
|
||
<type>int</type>
|
||
<parameter>priority</parameter>
|
||
</methodparam>
|
||
</constructorsynopsis>
|
||
<simpara>
|
||
Метод создаёт и автоматически запускает объект наблюдатель EvIdle.
|
||
</simpara>
|
||
</refsect1>
|
||
<refsect1 role="parameters">
|
||
&reftitle.parameters;
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term>
|
||
<parameter>callback</parameter>
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Смотрите страницу «<link linkend="ev.watcher-callbacks">Callback-функции наблюдателей</link>».
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term>
|
||
<parameter>data</parameter>
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
Произвольные данные, ассоциированные с наблюдателем.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
<varlistentry>
|
||
<term>
|
||
<parameter>priority</parameter>
|
||
</term>
|
||
<listitem>
|
||
<simpara>
|
||
<link linkend="ev.constants.watcher-pri">Приоритет наблюдателя</link>.
|
||
</simpara>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</refsect1>
|
||
|
||
<refsect1 role="seealso">
|
||
&reftitle.seealso;
|
||
<simplelist>
|
||
<member>
|
||
<methodname>EvIdle::createStopped</methodname>
|
||
</member>
|
||
<member>
|
||
<methodname>EvLoop::idle</methodname>
|
||
</member>
|
||
</simplelist>
|
||
</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
|
||
-->
|