From 381ba40d2bb0b68c27ec1c60f93bdaa2cb02ce76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Mon, 4 Nov 2024 21:12:23 +0900 Subject: [PATCH] =?UTF-8?q?[PHP=208.4]=20`PDO::PGSQL=5FATTR=5FRESULT=5FMEM?= =?UTF-8?q?ORY=5FSIZE`=20=E3=81=AE=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/pdo_pgsql/constants.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 から利用可能です。 + + + +