final class ResponseParser (View source)

IBS ResponseParser

Methods

static array
parse(string $raw, array $cmd = [])

Method to parse API response into associative array

Details

static array parse(string $raw, array $cmd = [])

Method to parse API response into associative array

Parameters

string $raw

API response

array $cmd

API command used within this request

Return Value

array