downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ibase_blob_add> <ibase_affected_rows
Last updated: Fri, 24 Jul 2009

view this page in

ibase_backup

(PHP 5)

ibase_backupInitiates a backup task in the service manager and returns immediately

설명

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

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.



add a note add a note User Contributed Notes
ibase_backup
Gara
11-Jan-2006 12: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);

ibase_blob_add> <ibase_affected_rows
Last updated: Fri, 24 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites