We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3dfcf9 commit 6c30103Copy full SHA for 6c30103
appendices/migration84/other-changes.xml
@@ -289,7 +289,7 @@
289
ビルドされる内容は、
290
<filename class="headerfile">ibase.h</filename> 内の
291
<constant>FB_API_VER</constant> の値によって変わります。
292
- この情報を取得するために新しい静的メソッド <methodname>Pdo\Firebird::getApiVersion</methodname>
+ この情報を取得するために新しい static メソッド <methodname>Pdo\Firebird::getApiVersion</methodname>
293
が追加されました。
294
この情報は <function>phpinfo</function> からも参照できます。
295
</simpara>
language/oop5/property-hooks.xml
@@ -26,7 +26,7 @@
26
</listitem>
27
</orderedlist>
28
<simpara>
29
- 非静的なプロパティには <literal>get</literal> と <literal>set</literal> の2種類のフックがあります。
+ static でないプロパティには <literal>get</literal> と <literal>set</literal> の2種類のフックがあります。
30
それぞれ、プロパティの読み取りと書き込みの動作を上書きします。
31
フックは、型付きプロパティ、型のないプロパティ、いずれにも利用可能です。
32
0 commit comments