Edit
↰
Home
↑
pq
↑
Connection
↻
Connection::unsetConverter
↲
★ 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::off
↲
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
#
void
pq\Connection::unsetConverter
(
pq\Converter
$converter
)
Stop applying a data type converter.
Params:
#
pq\Converter
$converter
#
A converter previously set with
pq\Connection::setConverter
().
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
Show Comments from Github Discussions