PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::query
request it (317)
GoLang replacement for PHP's MysqlndUhConnection::query
[edit | history]
PHP MysqlndUhConnection::queryPHP original manual for MysqlndUhConnection::query [ show | php.net ]MysqlndUhConnection::query(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::query — Performs a query on the database Description
public bool MysqlndUhConnection::query
( mysqlnd_connection
$connection
, string $query
)Performs a query on the database (COM_QUERY). Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::query() example
<?php The above example will output: proxy::query(array ( 0 => NULL, 1 => 'SELECT \'Welcome mysqlnd_uh!\' FROM DUAL', )) proxy::query returns true array(1) { ["How about query rewriting?"]=> string(26) "How about query rewriting?" } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|