|
MysqlndUhConnection::nextResult(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::nextResult — Prepare next result from multi_query Описание
public bool MysqlndUhConnection::nextResult
( mysqlnd_connection $connection
)
Prepare next result from multi_query. Список параметров
Возвращаемые значенияReturns TRUE on success. Otherwise, returns FALSE Примеры
Пример #1 MysqlndUhConnection::nextResult() example
<?php Результат выполнения данного примера: array(1) { ["_one"]=> string(1) "1" } ---------------------------------------- proxy::nextResult(array ( 0 => NULL, )) proxy::nextResult returns true array(1) { ["_two"]=> string(1) "2" } ---------------------------------------- Смотрите также
|
|