InfluxDB PHP Client
|
Public Member Functions | |
__construct ($response, bool $stream=false, string $responseMode="full") | |
parse () | |
each () | |
Public Attributes | |
$tables | |
$closed | |
InfluxDB2\FluxCsvParser::__construct | ( | $response, | |
bool | $stream = false, | ||
string | $responseMode = "full" ) |
FluxCsvParser constructor.
$response | mixed response to by parsed |
$stream | bool use streaming |
$responseMode | string metadata expected in response ('full', 'only_names') |