mirror of
https://github.com/php/doc-ja.git
synced 2026-03-24 07:02:08 +01:00
* 日本語訳の存在しない新規翻訳ページ(NoDiscard, StreamBucket) * StreamBucket: simparapara → simpara の上流修正に追従 php/doc-en@a7be7e9abb (#5395) の修正を反映。 * NoDiscard: 訳語改善とコード例コメントの日本語化 - 「破棄する」→「無視する」に変更(レビュー指摘対応) - コード例内の英語コメントを日本語に翻訳
41 lines
1.2 KiB
XML
41 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 02bee41067ab2822cbffcb4b3b2387f79488dffd Maintainer: mumumu Status: ready -->
|
|
<part xml:id="reserved.attributes" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>定義済みのアトリビュート</title>
|
|
|
|
<partintro>
|
|
<para>
|
|
PHP には、定義済みのアトリビュートがいくつか用意されています。
|
|
</para>
|
|
</partintro>
|
|
|
|
&language.predefined.attributes.attribute;
|
|
&language.predefined.attributes.allowdynamicproperties;
|
|
&language.predefined.attributes.deprecated;
|
|
&language.predefined.attributes.nodiscard;
|
|
&language.predefined.attributes.override;
|
|
&language.predefined.attributes.returntypewillchange;
|
|
&language.predefined.attributes.sensitiveparameter;
|
|
</part>
|
|
<!-- 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
|
|
-->
|