PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::sendQuery
request it (297)
GoLang replacement for PHP's MysqlndUhConnection::sendQuery
[edit | history]
PHP MysqlndUhConnection::sendQueryPHP original manual for MysqlndUhConnection::sendQuery [ show | php.net ]MysqlndUhConnection::sendQuery(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::sendQuery — Sends a query to MySQL Description
public bool MysqlndUhConnection::sendQuery
( mysqlnd_connection
$connection
, string $query
)Sends a query to MySQL. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::sendQuery() example
<?php The above example will output: proxy::sendQuery(array ( 0 => NULL, 1 => 'SELECT 1', )) proxy::sendQuery returns true |
more
Recently updated
more
Most requested
more
Last requests
|