mirror of
https://github.com/php/doc-ru.git
synced 2026-03-23 23:32:16 +01:00
101 lines
2.7 KiB
XML
101 lines
2.7 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="evfork.construct">
|
||
<refnamediv>
|
||
<refname>EvFork::__construct</refname>
|
||
<refpurpose>Конструктор наблюдателя EvFork</refpurpose>
|
||
</refnamediv>
|
||
<refsect1 role="description">
|
||
&reftitle.description;
|
||
<constructorsynopsis>
|
||
<modifier>public</modifier>
|
||
<methodname>EvFork::__construct</methodname>
|
||
<methodparam>
|
||
<type>callable</type>
|
||
<parameter>callback</parameter>
|
||
</methodparam>
|
||
<methodparam choice="opt">
|
||
<type>mixed</type>
|
||
<parameter>data</parameter>
|
||
<initializer>&null;</initializer>
|
||
</methodparam>
|
||
<methodparam choice="opt">
|
||
<type>int</type>
|
||
<parameter>priority</parameter>
|
||
<initializer>0</initializer>
|
||
</methodparam>
|
||
</constructorsynopsis>
|
||
<simpara>
|
||
Метод создаёт и автоматически запускает объект наблюдателя EvFork.
|
||
</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>EvLoop::fork</methodname>
|
||
</member>
|
||
<member>
|
||
<classname>EvCheck</classname>
|
||
</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
|
||
-->
|