void
string
Notify all listeners on $channel with $message.
<?php$conn = new pq\Connection;$conn->notify("queue", "Hello World!");?>