ibase_restore

(PHP 5)

ibase_restore --  Initiates a restore task in the service manager and returns immediately

Description

mixed ibase_restore ( resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])

Warning

This function is currently not documented; only the argument list is available.

>$username, $password);
    
$stmt = 'SELECT * FROM tblname';

    
$sth = ibase_query($dbh, $stmt) or die(ibase_errmsg());

?>