PHP 8.3.4 Released!

odbc_commit

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_commitBir ODBC hareket listesi gönderir

Açıklama

odbc_commit(resource $odbc): bool

Bağlantıda bekleyen tüm hareketleri işleme sokar.

Bağımsız Değişkenler

odbc

ODBC bağlantı tanıtıcısı; ayrıntılar için odbc_connect() işlevine bakınız.

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top