Skip to content

Commit abbba1f

Browse files
[PHP 8.4] Document PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE (GH-3983)
1 parent 56171c3 commit abbba1f

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
@@ -19,7 +19,22 @@
1919
</para>
2020
</listitem>
2121
</varlistentry>
22-
22+
23+
<varlistentry xml:id="pdo.constants.pgsql-attr-result-memory-size">
24+
<term>
25+
<constant>PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE</constant>
26+
(<type>int</type>)
27+
</term>
28+
<listitem>
29+
<para>
30+
Returns the amount of memory, in bytes, allocated to the specified query result
31+
<classname>PDOStatement</classname> instance,
32+
or null if no results exist before the query is executed.
33+
Available as of PHP 8.4.0.
34+
</para>
35+
</listitem>
36+
</varlistentry>
37+
2338
</variablelist>
2439
</section>
2540

0 commit comments

Comments
 (0)