(PHP 4, PHP 5, PHP 7, PHP 8)
dba_sync — 同步数据库
$dba
dba_sync() 同步数据库。这可能会触发对磁盘的物理写入,如果支持的话。
dba
数据库句柄,由 dba_open() 或 dba_popen() 返回。
成功时返回 true,失败时返回 false。
true
false