svn: /phpdoc/pt_BR/trunk/reference/swoole/swoole/ http/server/start.xml
[email protected] (André Luis Ferreira da Silva Bacci)
| Newsgroups | php.doc.pt-br |
|---|---|
| Message-ID | <[email protected]> |
ae Sun, 21 Apr 2019 15:33:36 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=347305
Log:
Translations by @rafaelbernard - https://github.com/phpdocbrbridge/traducao/pull/76
Changed paths:
A phpdoc/pt_BR/trunk/reference/swoole/swoole/http/
A phpdoc/pt_BR/trunk/reference/swoole/swoole/http/server/
A phpdoc/pt_BR/trunk/reference/swoole/swoole/http/server/start.xml
Added: phpdoc/pt_BR/trunk/reference/swoole/swoole/http/server/start.xml
===================================================================
--- phpdoc/pt_BR/trunk/reference/swoole/swoole/http/server/start.xml (rev 0)
+++ phpdoc/pt_BR/trunk/reference/swoole/swoole/http/server/start.xml 2019-04-21 15:33:36 UTC (rev 347305)
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- EN-Revision: 344522 Maintainer: @rafaelbernard Status: ready $ -->
+
+<refentry xml:id="swoole-http-server.start" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <refnamediv>
+ <refname>Swoole\Http\Server::start</refname>
+ <refpurpose>Iniciar o servidor http swoole.</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+ &reftitle.description;
+ <methodsynopsis>
+ <modifier>public</modifier> <type>void</type><methodname>Swoole\Http\Server::start</methodname>
+ <void />
+ </methodsynopsis>
+ <para>
+ Inicia o servidor http swoole.
+ </para>
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+ &reftitle.parameters;
+ &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+ &reftitle.returnvalues;
+ <para>
+
+ </para>
+ </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
+-->