The Server Pages
:: TSP Menu
- Home
- Authors
- Glossary
- RSS Feed

:: Servers
- CPanel
- Hosting
- Linux
- Windows

:: Webmaster
- Databases
- Design
- PHP
- Search Engines

:: Scripts
- Scripts

:: Documentation
- PHP Manual

:: Other
- Errors & Solutions
- TechPunt
- Wojjie

search for in the

ibase_blob_add> <ibase_affected_rows
[edit] Last updated: Sat, 12 May 2012

view this page in

ibase_backup

(PHP 5)

ibase_backupInitiates a backup task in the service manager and returns immediately

Description

mixed ibase_backup ( resource $service_handle , string $source_db , string $dest_file [, int $options = 0 [, bool $verbose = false ]] )
Warning

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



add a note add a note User Contributed Notes ibase_backup
Gara 10-Jan-2006 10:36
I tried to get the backup function working, but could never figur out where to get the resource service_handle. The trick was to use ibase_service_attach.

$resource_service_handle = ibase_service_attach ('localhost', 'username', 'password');

ibase_backup($resource_service_handle, 'source_database', 'destination_file');

ibase_service_detach ($resource_service_handle);

 
show source | credits | sitemap | contact | advertising | mirror sites