cubrid_drop

PECL CUBRID >= 8.3.0
cubrid_drop - Delete an instance using OID
Manual
Code Examples

cubrid_drop( resource$conn_identifier, string$oid ): bool

The cubrid_drop function is used to delete an instance from database by using the oid of the instance.

Parameters

conn_identifier

Connection identifier.

oid

Oid of the instance that you want to delete.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_drop

Show all examples for cubrid_drop

PHP Version:


Function cubrid_drop:

CUBRID Functions

Most used PHP functions