1
0
mirror of https://github.com/php/doc-zh.git synced 2026-03-24 07:02:15 +01:00
Files
魔王卷子 2223d3d77c Update language 4 (#599)
* Update typeerror.xml

* Update parseerror.xml

* Update valueerror.xml

* Update assertionerror.xml

* Update compileerror.xml

* Update arithmeticerror.xml

* Update divisionbyzeroerror.xml

* Update argumentcounterror.xml

* Update unhandledmatcherror.xml

* Update construct.xml

* Create construct.xml

* Update sensitiveparameter.xml

* Update allowdynamicproperties.xml

* Create returntypewillchange.xml

* Revert "Update construct.xml"

This reverts commit f7d7327659.
2023-01-04 23:15:39 +08:00

55 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 681fd84dbdef6c0f8fe92848677d95a993b66143 Maintainer: mowangjuanzi Status: ready -->
<refentry xml:id="attribute.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Attribute::__construct</refname>
<refpurpose>构造新的 Attribute 实例</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis role="Attribute">
<modifier>public</modifier> <methodname>Attribute::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer>Attribute::TARGET_ALL</initializer></methodparam>
</constructorsynopsis>
<para>
构造新的 <classname>Attribute</classname> 实例。
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry><term><parameter>flags</parameter></term>
<listitem>
<para>
</para>
</listitem>
</varlistentry>
</variablelist>
</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
-->