We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE
1 parent 56171c3 commit abbba1fCopy full SHA for abbba1f
reference/pdo_pgsql/constants.xml
@@ -19,7 +19,22 @@
19
</para>
20
</listitem>
21
</varlistentry>
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
38
</variablelist>
39
</section>
40
0 commit comments