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