svn: /phpdoc/ja/trunk/reference/mysqli/mysqli_warning/ construct.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Sun, 29 Nov 2020 00:55:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351742
Log:
Actually remove mysqli_warning::__construct() docs
Cf. <https://github.com/php/doc-en/pull/248>.
Changed paths:
D phpdoc/ja/trunk/reference/mysqli/mysqli_warning/construct.xml
Deleted: phpdoc/ja/trunk/reference/mysqli/mysqli_warning/construct.xml
===================================================================
--- phpdoc/ja/trunk/reference/mysqli/mysqli_warning/construct.xml 2020-11-29 00:52:24 UTC (rev 351741)
+++ phpdoc/ja/trunk/reference/mysqli/mysqli_warning/construct.xml 2020-11-29 00:55:09 UTC (rev 351742)
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-<!-- EN-Revision: 341330 Maintainer: takagi Status: ready -->
-
-<refentry xml:id="mysqli-warning.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
- <refname>mysqli_warning::__construct</refname>
- <refpurpose>コンストラクタ</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
- &reftitle.description;
- <methodsynopsis role="oop">
- <modifier>protected</modifier> <methodname>mysqli_warning::__construct</methodname>
- <void />
- </methodsynopsis>
- <para>
-
- </para>
-
- &warn.undocumented.func;
-
- </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
--->