Merge pull request #1 from DaveRandom/fix/statement-descasync-arg
[mdref/mdref-pq] / pq / Cursor / moveAsync.md
1 # void pq\Cursor::moveAsync([string $spec = "1"])
2
3 [Asynchronously](pq/Connection/: Asynchronous Usage) move the cursor.
4 See pq\Cursor::move().
5
6 ## Params:
7
8 * Optional string $spec = "1"
9 What to fetch.
10 * Optional callable $callback as function(pq\Result $res)
11 A callback to execute when the command completed.
12
13 ## Throws:
14
15 * pq\Exception\InvalidArgumentException
16 * pq\Exception\BadMethodCallException
17 * pq\Exception\RuntimeException