cubrid_set_add

PECL CUBRID >= 8.3.0
cubrid_set_add - Insert a single element to set type column using OID
Manual
Code Examples

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

The cubrid_set_add function is used to insert a single element to a set type attribute (set, multiset, sequence) you requested.

Parameters

conn_identifier

Connection identifier.

oid

OID of the instance you want to work with.

attr_name

Name of the attribute you want to insert an element.

set_element

Content of the element you want to insert.

Return Values

Returns true on success or false on failure.

Related Functions

Example of cubrid_set_add

Show all examples for cubrid_set_add

PHP Version:


Function cubrid_set_add:

CUBRID Functions

Most used PHP functions