dba_sync
(PHP 4, PHP 5, PHP 7, PHP 8)
dba_sync — Synchronize database
Description
$dba
): booldba_sync() synchronizes the database. This will probably trigger a physical write to the disk, if supported.
Return Values
Returns true
on success or false
on failure.