Edit
↰
Home
↑
pq
↑
Cursor
↻
Cursor::moveAsync
↲
Cursor::__construct
↲
Cursor::close
↲
Cursor::closeAsync
↲
Cursor::fetch
↲
Cursor::fetchAsync
↲
Cursor::move
↲
Cursor::open
↲
Cursor::openAsync
#
void
pq\Cursor::moveAsync
([
string
$spec
= "1"])
Asynchronously
move the cursor. See
pq\Cursor::move
().
Params:
#
Optional
string
$spec
#
= "1"
What to fetch.
Optional
callable
$callback
#
as function(
pq\Result
$res
#
)
A
callback
to execute when the command completed.
Throws:
#
pq\Exception\InvalidArgumentException
pq\Exception\BadMethodCallException
pq\Exception\RuntimeException
Show Comments from Github Discussions