diff --git a/reference/pdo_pgsql/constants.xml b/reference/pdo_pgsql/constants.xml index b7dd921f73..a1d831e3f9 100644 --- a/reference/pdo_pgsql/constants.xml +++ b/reference/pdo_pgsql/constants.xml @@ -1,6 +1,6 @@ - +
&reftitle.constants; &pdo.driver-constants; @@ -21,6 +21,21 @@ + + + PDO::PGSQL_ATTR_RESULT_MEMORY_SIZE + (int) + + + + 指定されたクエリ結果 PDOStatement + インスタンスに割り当てられたメモリ使用量をバイト単位で返します。 + クエリ実行前で結果が存在しない場合は &null; を返します。 + PHP 8.4.0 から利用可能です。 + + + +