cubrid_col_size

Description

The cubrid_col_size function gets the number of elements of a collection type (set, multiset, sequence) attribute.

Syntax

int cubrid_col_size(resource $conn_identifier, string $oid, string $attr_name)

Return Value
Example

$elem_count = cubrid_col_size ($con, $oid, "tel");

echo "$oid (tel) has $elem_count elements\n";