flush
[mdref/mdref-http] / http / Client / Response / getTransferInfo.md
1 # mixed http\Response::getTransferInfo([string $name = NULL])
2
3 Retrieve transfer related information after the request has completed.
4 See http\Client::getTransferInfo().
5
6 ## Params:
7
8 * Optional string $name = NULL
9 A key to retrieve out of the transfer info.
10
11 ## Returns:
12
13 * array, all transfer info if $name was not given.
14 * mixed, the specific transfer info for $name.
15 * false, if the request was not complete or $name was not found.