Edit
↰
Home
↑
pq
↑
Connection
↻
Connection::off
↲
★ Asynchronous Usage
↲
★ Changelog
↲
★ Executing Queries
↲
★ General Usage
↲
Connection::__construct
↲
Connection::declare
↲
Connection::declareAsync
↲
Connection::escapeBytea
↲
Connection::exec
↲
Connection::execAsync
↲
Connection::execParams
↲
Connection::execParamsAsync
↲
Connection::flush
↲
Connection::getResult
↲
Connection::listen
↲
Connection::listenAsync
↲
Connection::notify
↲
Connection::notifyAsync
↲
Connection::on
↲
Connection::poll
↲
Connection::prepare
↲
Connection::prepareAsync
↲
Connection::quote
↲
Connection::quoteName
↲
Connection::reset
↲
Connection::resetAsync
↲
Connection::setConverter
↲
Connection::startTransaction
↲
Connection::startTransactionAsync
↲
Connection::trace
↲
Connection::unescapeBytea
↲
Connection::unlisten
↲
Connection::unlistenAsync
↲
Connection::unsetConverter
#
bool
pq\Connection::off
(
string
$event
)
Stops listening for an event type.
Params:
#
string
$event
#
Any
pq\Connection::EVENT_*
.
Returns:
#
bool
, success.
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
Show Comments from Github Discussions