void
pq\Cursor::fetchAsync([string
$spec = "1"[, callable
$callback = NULL
]])Asynchronously fetch rows from the cursor. See pq\Cursor::fetch().
string
$spec# = "1"callable
$callback# as function(pq\Result $res#)callback
to execute when the result is ready.