cubrid_drop
PECL CUBRID >= 8.3.0
cubrid_drop - Delete an instance using OID
Manual
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.