dba_sync
(PHP 4, PHP 5, PHP 7, PHP 8)
dba_sync — Synchronize database
說明
dba_sync(resource
$dba
): booldba_sync() synchronizes the database. This will probably trigger a physical write to the disk, if supported.
返回值
成功時返回 true
, 或者在失敗時返回 false
。