File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 289
289
ビルドされる内容は、
290
290
<filename class =" headerfile" >ibase.h</filename > 内の
291
291
<constant >FB_API_VER</constant > の値によって変わります。
292
- この情報を取得するために新しい静的メソッド <methodname >Pdo\Firebird::getApiVersion</methodname >
292
+ この情報を取得するために新しい static メソッド <methodname >Pdo\Firebird::getApiVersion</methodname >
293
293
が追加されました。
294
294
この情報は <function >phpinfo</function > からも参照できます。
295
295
</simpara >
Original file line number Diff line number Diff line change 26
26
</listitem >
27
27
</orderedlist >
28
28
<simpara >
29
- 非静的なプロパティには <literal >get</literal > と <literal >set</literal > の2種類のフックがあります。
29
+ static でないプロパティには <literal >get</literal > と <literal >set</literal > の2種類のフックがあります。
30
30
それぞれ、プロパティの読み取りと書き込みの動作を上書きします。
31
31
フックは、型付きプロパティ、型のないプロパティ、いずれにも利用可能です。
32
32
</simpara >
You can’t perform that action at this time.
0 commit comments