|
MysqlndUhConnection::setAutocommit(PECL mysqlnd-uh >= 1.0.1-alpha, PHP >= 5.4.0) MysqlndUhConnection::setAutocommit — Turns on or off auto-commiting database modifications Описание
public bool MysqlndUhConnection::setAutocommit
( mysqlnd_connection $connection
, int $mode
)
Turns on or off auto-commiting database modifications Список параметров
Возвращаемые значенияReturns TRUE on success. Otherwise, returns FALSE Примеры
Пример #1 MysqlndUhConnection::setAutocommit() example
<?php Результат выполнения данного примера: proxy::setAutocommit(array ( 0 => NULL, 1 => 0, )) proxy::setAutocommit returns true proxy::setAutocommit(array ( 0 => NULL, 1 => 1, )) proxy::setAutocommit returns true Смотрите также
|
|