Warning: file_put_contents(): Only -1 of 47 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
dba dBase PHP Manual dba_sync (PHP 4, 5) — Synchronize database Description bool ( resource $handle ) dba_sync() synchronizes the database. This will probably trigger a physical write to disk, if...
Forum und email

dba_sync

(PHP 4, PHP 5)

dba_sync — Synchronize database

Description

bool dba_sync ( resource $handle )

dba_sync() synchronizes the database. This will probably trigger a physical write to the disk, if supported.

Parameters

handle

The database handler, returned by dba_open() or dba_popen().

Return Values

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.

Zie ook