(PECL CUBRID >= 8.3.0)
Get a column using OID
mixed cubrid_get ( resource $conn_identifier, string $oid [, mixed $attr ] )
The cubrid_get() function is used to get the attribute of the instance of the given oid. You can get single attribute by using string data type for the attr argument, or many attributes by using array data type for the attr argument.
Parameters:
conn_identifier