phpDocumentor

CommandInterface

Tags
author

Sergei Shilko contact@sshilko.com

license

https://opensource.org/licenses/mit-license.php MIT

category

interfaces

see
https://github.com/sshilko/php-sql-mydb

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


        
On this page

Search results