PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::storeResult
request it (298)
GoLang replacement for PHP's MysqlndUhConnection::storeResult
[edit | history]
PHP MysqlndUhConnection::storeResultPHP original manual for MysqlndUhConnection::storeResult [ show | php.net ]MysqlndUhConnection::storeResult(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::storeResult — Transfers a result set from the last query Description
public resource MysqlndUhConnection::storeResult
( mysqlnd_connection
$connection
)Transfers a result set from the last query. Parameters
Return ValuesResource of type Mysqlnd Resultset (internal only - you must not modify it!). The documentation may also refer to such resources using the alias name mysqlnd_resultset. Examples
Example #1 MysqlndUhConnection::storeResult() example
<?php The above example will output: proxy::storeResult(array ( 0 => NULL, )) proxy::storeResult returns NULL resource(475) of type (Mysqlnd Resultset (internal only - you must not modify it!)) array(1) { ["_msg"]=> string(27) "Also called buffered result" } proxy::storeResult(array ( 0 => NULL, )) proxy::storeResult returns NULL resource(730) of type (Mysqlnd Resultset (internal only - you must not modify it!)) array(1) { ["_msg"]=> string(13) "Good morning!" } See Also
|
more
Recently updated
more
Most requested
more
Last requests
|