KamranAhmed\Smasher\Contracts\ResponseContract::decode PHP Method

decode() public method

Decodes the passed string and creates array from it
public decode ( string $response ) : array
$response string The existing response which is to be decoded to array
return array
    public function decode($response);
ResponseContract