MysqlndUhConnection::listMethod Wrapper for assorted list commands &reftitle.description; public voidMysqlndUhConnection::listMethod mysqlnd_connectionconnection stringquery stringachtung_wild stringpar1 Wrapper for assorted list commands. &warn.undocumented.func; &reftitle.parameters; connection Mysqlnd connection handle. Do not modify! query SHOW command to be executed. achtung_wild par1 &reftitle.returnvalues; &reftitle.returnvalues; TODO &reftitle.examples; <function>MysqlndUhConnection::listMethod</function> example ]]> &example.outputs; 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" } ]]> &reftitle.seealso; mysqlnd_uh_set_connection_proxy mysql_list_dbs