->queryRaw()
With queryRaw, you will get back the raw RPC response. This contrast to the .query() method, this will not throw for errors that occur in individual queries, but will rather give those back as a string, and this will include the time it took to execute the individual queries.
Arguments
| Arguments | Type | Description |
|---|---|---|
$query
|
string
| The query to execute |
$params
|
associative array
| An associative array of parameters to bind to the query. |