PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getFieldCount
request it (325)
GoLang replacement for PHP's MysqlndUhConnection::getFieldCount
[edit | history]
PHP MysqlndUhConnection::getFieldCountPHP original manual for MysqlndUhConnection::getFieldCount [ show | php.net ]MysqlndUhConnection::getFieldCount(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getFieldCount — Returns the number of columns for the most recent query Description
public int MysqlndUhConnection::getFieldCount
( mysqlnd_connection
$connection
)Returns the number of columns for the most recent query. Parameters
Return ValuesNumber of columns. ExamplesMysqlndUhConnection::getFieldCount() is not only executed after the invocation of a user space API call which maps directly to it but also called internally.
Example #1 MysqlndUhConnection::getFieldCount() example
<?php The above example will output: proxy::getFieldCount(array ( 0 => NULL, )) proxy::getFieldCount returns 0 int(0) proxy::getFieldCount(array ( 0 => NULL, )) proxy::getFieldCount returns 3 proxy::getFieldCount(array ( 0 => NULL, )) proxy::getFieldCount returns 3 int(3) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|