Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion reference/pdo_pgsql/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,22 @@
</para>
</listitem>
</varlistentry>


<varlistentry xml:id="pdo.constants.pgsql-attr-result-memory-size">
<term>
<constant>PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE</constant>
(<type>int</type>)
</term>
<listitem>
<para>
Returns the amount of memory, in bytes, allocated to the specified query result
<classname>PDOStatement</classname> instance,
or null if no results exist before the query is executed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this have been &null; ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

I submitted GH-3997

Available as of PHP 8.4.0.
</para>
</listitem>
</varlistentry>

</variablelist>
</section>

Expand Down