Home
last modified time | relevance | path

Searched refs:pg_result_memory_size (Results 1 – 6 of 6) sorted by relevance

/PHP-8.4/ext/pgsql/tests/
H A Dpg_result_memory_size.phpt2 pg_result_memory_size
8 if (!function_exists('pg_result_memory_size')) die('skip function pg_result_memory_size() does not …
17 $size_1 = pg_result_memory_size($result);
20 $size_2 = pg_result_memory_size($result);
/PHP-8.4/ext/pgsql/
H A Dpgsql.stub.php957 function pg_result_memory_size(PgSql\Result $result): int {} function
H A Dpgsql_arginfo.h592 ZEND_FUNCTION(pg_result_memory_size);
720 ZEND_FE(pg_result_memory_size, arginfo_pg_result_memory_size)
H A Dpgsql.c3115 PHP_FUNCTION(pg_result_memory_size) in PHP_FUNCTION() argument
/PHP-8.4/
H A DNEWS1057 . Added pg_result_memory_size to get the query result memory usage.
H A DUPGRADING836 . Added pg_result_memory_size to get the visibility the memory used by a query result.

Completed in 30 milliseconds