The cubrid_col_size function gets the number of elements of a collection type (set, multiset, sequence) attribute.
int cubrid_col_size(resource $conn_identifier, string $oid, string $attr_name)
$elem_count = cubrid_col_size ($con, $oid, "tel");
echo "$oid (tel) has $elem_count elements\n";