|
maxdb_commitmaxdb::commitCommits the current transaction DescriptionProcedural style
bool maxdb_commit
( resource
$link
)Object oriented style
bool maxdb::commit
( void
)
Commits the current transaction for the database connection specified by the
Return Values
Returns ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above examples produces no output. See Also
|