PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::nextResult
request it (311)
GoLang replacement for PHP's MysqlndUhConnection::nextResult
[edit | history]
PHP MysqlndUhConnection::nextResultPHP original manual for MysqlndUhConnection::nextResult [ show | php.net ]MysqlndUhConnection::nextResult(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::nextResult — Prepare next result from multi_query Description
public bool MysqlndUhConnection::nextResult
( mysqlnd_connection
$connection
)Prepare next result from multi_query. Parameters
Return Values
Returns Examples
Example #1 MysqlndUhConnection::nextResult() example
<?php The above example will output: array(1) { ["_one"]=> string(1) "1" } ---------------------------------------- proxy::nextResult(array ( 0 => NULL, )) proxy::nextResult returns true array(1) { ["_two"]=> string(1) "2" } ---------------------------------------- See Also
|
more
Recently updated
more
Most requested
more
Last requests
|