From a45586030a1ca6fd0d33c497919e2037237eb3a5 Mon Sep 17 00:00:00 2001 From: "SUMIDA, Ippei" Date: Thu, 7 Nov 2024 12:42:17 +0900 Subject: [PATCH] [PHP 8.4] Add manual for `pg_result_memory_syze()` (#145) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [PHP 8.4] Add manual for `pg_result_memory_syze()` * remove `` * xmlの書式スタイルをenと揃える * 英語版リビジョンとクレジットの追加 --------- Co-authored-by: 武田 憲太郎 --- .../pgsql/functions/pg-result-memory-size.xml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 reference/pgsql/functions/pg-result-memory-size.xml diff --git a/reference/pgsql/functions/pg-result-memory-size.xml b/reference/pgsql/functions/pg-result-memory-size.xml new file mode 100644 index 0000000000..cb277a7ab8 --- /dev/null +++ b/reference/pgsql/functions/pg-result-memory-size.xml @@ -0,0 +1,95 @@ + + + + + + + pg_result_memory_size + クエリーの結果に割り当てられたメモリ使用量を返します + + + + &reftitle.description; + + intpg_result_memory_size + PgSql\Resultresult + + + 指定されたクエリ結果 PgSql\Result インスタンスに割り当てられたメモリ使用量をバイト単位で返します。 + この値は、 pg_free_result によって解放されるメモリ使用量と同じです。 + + + + + &reftitle.parameters; + + + result + + &pgsql.parameter.result; + + + + + + + &reftitle.returnvalues; + + メモリ使用量をバイト単位で返します。 + + + + + &reftitle.examples; + + <function>pg_result_memory_size</function> の例 + + +]]> + + &example.outputs.similar; + + + + + + + + &reftitle.seealso; + + pg_free_result + + + + +