1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-23 23:32:16 +01:00
Files
archived-doc-ru/reference/swoole/swoole.runtime.xml
Mikhail Alferov 9ad6428155 Update f03cb84 to En (#1091)
* Create swoole.runtime.xml

* Create enableCoroutine.xml

* Create getHookFlags.xml

* Create setHookFlags.xml
2025-07-21 02:10:29 +03:00

69 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: f03cb84c37d21f3e827ecb737ca7a3fd5fce1b7b Maintainer: malferov Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.swoole-runtime" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Класс Swoole\Runtime</title>
<titleabbrev>Swoole\Runtime</titleabbrev>
<partintro>
<!-- {{{ Swoole\Runtime intro -->
<section xml:id="swoole-runtime.intro">
&reftitle.intro;
<para>
Класс Swoole\Runtime поддерживает корутины, или сопрограммы, для PHP-функций через механизм хуков,
разрешая синхронному коду работать асинхронно в среде сопрограмм.
</para>
</section>
<!-- }}} -->
<section xml:id="swoole-runtime.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>Swoole\Runtime</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>Swoole\Runtime</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.swoole-runtime')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
</classsynopsis>
<!-- }}} -->
</section>
</partintro>
&reference.swoole.swoole.entities.runtime;
</reference>
<!-- 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
-->