update : 2015.11.03
php.shukuma.com검색:
|
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 예제
Example #1 MysqlndUhConnection::txCommit() example
<?php 위 예제의 출력: proxy::txCommit(array ( 0 => NULL, )) proxy::txCommit returns true 참고
|