void
Attempt to reset a possibly broken connection to a working state.
None.
<?phpif ($connection->status != pq\Connection::OK) { $connection->reset();}?>