pg_connection_status
PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8
pg_connection_status - Get connection status
Manual
pg_connection_status(
PgSql\Connection$connection ): int
pg_connection_status returns the status of the specified connection.
Parameters
- connection
-
An PgSql\Connection instance.
Return Values
PGSQL_CONNECTION_OK or PGSQL_CONNECTION_BAD.
Changelog
Version | Description |
8.1.0 | The connection parameter expects an PgSql\Connection instance now; previously, a resource was expected. |