Query: dbplus_flush
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBPLUS_FLUSH(3) 1 DBPLUS_FLUSH(3) dbplus_flush - Flush all changes made on a relationSYNOPSISint dbplus_flush (resource $relation)DESCRIPTIONWrites all changes applied to $relation since the last flush to disk.PARAMETERSo $relation - A relation opened by dbplus_open(3).RETURN VALUESReturns DBPLUS_ERR_NOERR on success or a db++ error code on failure.NOTESWarning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.SEE ALSOdbplus_errcode(3). PHP Documentation Group DBPLUS_FLUSH(3)