mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed
string getDatabaseName() Get the name of the connected database. Return Value string
array provides() Get the services provided by the provider. Return Value array
bool makeDirectory(string $path) Create a directory. Parameters string $path Return Value bool
Builder query() Get a new query builder instance. Return Value Builder
string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string
int|null id() Get the ID for the currently authenticated user. Return Value int|null
bool isDeferred() Determine if the provider is deferred. Return Value bool
void disableQueryLog() Disable the query log on the connection. Return Value void
string output() Get the output from the last command. Return Value string
Page 240 of 996