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