db->hostname, $this->db->username, $this->db->password)) { $res = ibase_backup($service, $this->db->database, $filename.'.fbk'); // Close the service connection ibase_service_detach($service); return $res; } return FALSE; } } /* End of file ibase_utility.php */ /* Location: ./system/database/drivers/ibase/ibase_utility.php */