dba_sync
dba_sync
(PHP 4, PHP 5, PHP 7)
dba_sync - 同步数据库
描述
bool dba_sync ( resource $handle )
dba_sync()
同步数据库。如果支持,这可能会触发物理写入磁盘。
参数
handle
数据库处理程序,由dba_open()或dba_popen()返回。
返回值
TRUE
成功或FALSE
失败时返回。
(PHP 4, PHP 5, PHP 7)
dba_sync - 同步数据库
bool dba_sync ( resource $handle )
dba_sync()
同步数据库。如果支持,这可能会触发物理写入磁盘。
handle
数据库处理程序,由dba_open()或dba_popen()返回。
TRUE
成功或FALSE
失败时返回。