Skip to content

Commit 3f76f3c

Browse files
[PHP 8.4] PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE の翻訳 (#148)
1 parent 57a2d96 commit 3f76f3c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

reference/pdo_pgsql/constants.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: f8718da894c5160e571d74774c083090569ecebd Maintainer: mumumu Status: ready -->
3+
<!-- EN-Revision: 462a8fbc0b6cbb5112392ba61a596e206c7659f9 Maintainer: mumumu Status: ready -->
44
<section xml:id="pdo-pgsql.constants" xmlns="http://docbook.org/ns/docbook">
55
&reftitle.constants;
66
&pdo.driver-constants;
@@ -21,6 +21,21 @@
2121
</listitem>
2222
</varlistentry>
2323

24+
<varlistentry xml:id="pdo.constants.pgsql-attr-result-memory-size">
25+
<term>
26+
<constant>PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE</constant>
27+
(<type>int</type>)
28+
</term>
29+
<listitem>
30+
<para>
31+
指定されたクエリ結果 <classname>PDOStatement</classname>
32+
インスタンスに割り当てられたメモリ使用量をバイト単位で返します。
33+
クエリ実行前で結果が存在しない場合は <literal>&null;</literal> を返します。
34+
PHP 8.4.0 から利用可能です。
35+
</para>
36+
</listitem>
37+
</varlistentry>
38+
2439
</variablelist>
2540
</section>
2641

0 commit comments

Comments
 (0)