|
maxdb_commitmaxdb::commitCommits the current transaction BeschreibungProzeduraler Stil
bool maxdb_commit
( resource
$link
)Objektorientierter Stil
bool maxdb::commit
( void
)
Commits the current transaction for the database connection specified by the
Rückgabewerte
Gibt bei Erfolg BeispieleBeispiel #1 Objektorientierter Stil
<?phpBeispiel #2 Prozeduraler Stil
<?phpThe above examples produces no output. Siehe auch
|