missing bits
[mdref/mdref-pq] / pq / Connection / unlistenAsync.md
1 # void pq\Connection::unlistenAsync(string $channel)
2
3 [Asynchronously](pq/Connection/: Asynchronous Usage) stop listening for notifications on channel $channel.
4 See pq\Connection::unlisten() and pq\Connection::listenAsync().
5
6 ## Params:
7
8 * string $channel
9 The name of a channel which is currently listened on.
10
11 ## Throws:
12
13 * pq\Exception\InvalidArgumentException
14 * pq\Exception\BadMethodCallException
15 * pq\Exception\RuntimeException
16