Russian Ukraine English
Catalog RSS


dba_optimize

(PHP 3>= 3.0.8, PHP 4 >= 4.0b2)

dba_optimize -- Optimize database

Description

bool dba_optimize (int handle)

dba_optimize() optimizes the underlying database specified by handle.

handle is a database handle returned by dba_open().

dba_optimize() returns true or false, if the optimization succeeds or fails, respectively.

See also: dba_sync()

Led