CommandInterface
in
Tags
Table of Contents
Methods
- command() : bool
- Execute any SQL command, without returning result
Methods
command()
Execute any SQL command, without returning result
public
command(string $query) : bool
Parameters
- $query : string
-
sql command
Return values
bool —true success or false on failure