Query: ibase_drop_db
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IBASE_DROP_DB(3) 1 IBASE_DROP_DB(3) ibase_drop_db - Drops a databaseSYNOPSISbool ibase_drop_db NULL ([resource $connection])DESCRIPTIONThis functions drops a database that was opened by either ibase_connect(3) or ibase_pconnect(3). The database is closed and deleted from the server.PARAMETERSo $connection - An InterBase link identifier. If omitted, the last opened link is assumed.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOibase_connect(3), ibase_pconnect(3). PHP Documentation Group IBASE_DROP_DB(3)
Related Man Pages |
---|
ibase_pconnect(3) - php |
ibase_connect(3) - php |
mssql_close(3) - php |
mysql_close(3) - php |
pg_lo_unlink(3) - php |