PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::listFields
request it (250)
GoLang replacement for PHP's MysqlndUhConnection::listFields
[edit | history]
PHP MysqlndUhConnection::listFieldsPHP original manual for MysqlndUhConnection::listFields [ show | php.net ]MysqlndUhConnection::listFields(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::listFields — List MySQL table fields Description
public array MysqlndUhConnection::listFields
( mysqlnd_connection
$connection
, string $table
, string $achtung_wild
)List MySQL table fields. Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
Examples
Example #1 MysqlndUhConnection::listFields() example
<?php The above example will output: proxy::listFields(array ( 0 => NULL, 1 => 'test_a', 2 => '', )) proxy::listFields returns NULL num_rows = 0 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|