cubrid_set_drop

PECL CUBRID >= 8.3.0
cubrid_set_drop - Delete an element from set type column using OID
Manual
Code Examples

cubrid_set_drop(
     resource$conn_identifier,
     string$oid,
     string$attr_name,
     string$set_element
): bool

The cubrid_set_drop function is used to delete an element that you request from the given set type (set, multiset) attribute of the database.

Parameters

conn_identifier

Connection identifier.

oid

OID of the instance you want to work with.

attr_name

Name of the attribute you want to delete an element from.

set_element

Content of the element you want to delete.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_set_drop

Show all examples for cubrid_set_drop

PHP Version:


Function cubrid_set_drop:

CUBRID Functions

Most used PHP functions