fix typo in link
[mdref/mdref-pq] / pq / Statement / execAsync.md
1 # void pq\Statement::execAsync([array $params = NULL])
2
3 [Asynchronously](pq/Connection/: Asynchronous Usage) execute the prepared statement.
4
5 ## Params:
6
7 * Optional array $params = NULL
8 Any parameters to substitute in the preapred statement (defaults to any bou
9 nd variables).
10
11 ## Throws:
12
13 * pq\Exception\InvalidArgumentException
14 * pq\Exception\BadMethodCallException
15 * pq\Exception\RuntimeException
16