ResponseParser
in package
FinalYes
IBS ResponseParser
Tags
Table of Contents
Methods
- parse() : array<string, mixed>
- Method to parse API response into associative array
Methods
parse()
Method to parse API response into associative array
public
static parse(string $raw[, array<string|int, string> $cmd = [] ]) : array<string, mixed>
Parameters
- $raw : string
-
API response
- $cmd : array<string|int, string> = []
-
API command used within this request