update : 2015.11.03
php.shukuma.com

검색:
 
 
Commit an ODBC transaction

odbc_commit

(PHP 4, PHP 5)

odbc_commitCommit an ODBC transaction

설명

bool odbc_commit ( resource $connection_id )

Commits all pending transactions on the connection.

인수

connection_id

ODBC 접속 식별자. odbc_connect()를 참고하십시오.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.