PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::listMethod
request it (237)
GoLang replacement for PHP's MysqlndUhConnection::listMethod
[edit | history]
PHP MysqlndUhConnection::listMethodPHP original manual for MysqlndUhConnection::listMethod [ show | php.net ]MysqlndUhConnection::listMethod(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::listMethod — Wrapper for assorted list commands Description
public void MysqlndUhConnection::listMethod
( mysqlnd_connection
$connection
, string $query
, string $achtung_wild
, string $par1
)Wrapper for assorted list commands. Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Return ValuesTODO Examples
Example #1 MysqlndUhConnection::listMethod() example
<?php The above example will output: proxy::listMethod(array ( 0 => NULL, 1 => 'SHOW DATABASES', 2 => '', 3 => '', )) proxy::listMethod returns NULL num_rows = 6 array(1) { ["Database"]=> string(18) "information_schema" } array(1) { ["Database"]=> string(5) "mysql" } array(1) { ["Database"]=> string(8) "oxid_new" } array(1) { ["Database"]=> string(7) "phptest" } array(1) { ["Database"]=> string(7) "pushphp" } array(1) { ["Database"]=> string(4) "test" } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|