pg_set_error_verbosity
Supported Versions: PHP 5 >= 5.1.0, PHP 7, PHP 8
Determines the verbosity of messages returned by pg_last_error() and pg_result_error()
<?php pg_set_error_verbosity
(
PgSql\Connection $connection
= ?,
int $verbosity
):
int