fix docs, add missing "}", fix formatting
[mdref/mdref-pq] / pq / Result / fetchBound.md
1 # array pq\Result::fetchBound()
2
3 Iteratively fetch a row into bound variables.
4 See pq\Result::bind().
5
6 ## Params:
7
8 None.
9
10 ## Returns:
11
12 * array, the fetched row as numerically indexed array.
13 * NULL, when iteration ends.
14
15 ## Throws:
16
17 * pq\Exception\InvalidArgumentException
18 * pq\Exception\BadMethodCallException
19 * pq\Exception\RuntimeException