File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: f8718da894c5160e571d74774c083090569ecebd Maintainer: mumumu Status: ready -->
3
+ <!-- EN-Revision: 462a8fbc0b6cbb5112392ba61a596e206c7659f9 Maintainer: mumumu Status: ready -->
4
4
<section xml : id =" pdo-pgsql.constants" xmlns =" http://docbook.org/ns/docbook" >
5
5
&reftitle.constants;
6
6
&pdo.driver-constants;
21
21
</listitem >
22
22
</varlistentry >
23
23
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
+
24
39
</variablelist >
25
40
</section >
26
41
You can’t perform that action at this time.
0 commit comments