Searched refs:pg_result_status (Results 1 – 5 of 5) sorted by relevance
2 PostgreSQL pg_result_status()18 echo pg_result_status($result)."\n";19 echo pg_result_status($result, PGSQL_STATUS_STRING)."\n";
31 var_dump(pg_result_status($result) === PGSQL_TUPLES_CHUNK);
907 function pg_result_status(PgSql\Result $result, int $mode = PGSQL_STATUS_LONG): string|int {} function
578 ZEND_FUNCTION(pg_result_status);706 ZEND_FE(pg_result_status, arginfo_pg_result_status)
4234 PHP_FUNCTION(pg_result_status) in PHP_FUNCTION() argument
Completed in 26 milliseconds