fix typo in link
[mdref/mdref-pq] / pq / Connection / unescapeBytea.md
1 # string pq\Connection::unescapeBytea(string $bytea)
2
3 Unescape bytea data retrieved from the server.
4
5 ## Params:
6
7 * string $bytea
8 Bytea data retrieved from the server.
9
10
11 ## Returns:
12
13 * string, unescaped binary data.
14 * FALSE, if unescaping fails.
15
16 ## Throws:
17
18 * pq\Exception\BadMethodCallException