cubrid_get_class_name

PECL CUBRID >= 8.3.0
cubrid_get_class_name - Get the class name using OID
Manual
Code Examples

cubrid_get_class_name( resource$conn_identifier, string$oid ): string

The cubrid_get_class_name function is used to get the class name from oid. It doesn't work when selecting data from the system tables, for example db_class.

Parameters

conn_identifier

Connection identifier.

oid

OID of the instance that you want to check the existence.

Return Values

Class name when process is successful, or false on failure.

Related Functions

Example of cubrid_get_class_name

Show all examples for cubrid_get_class_name

PHP Version:


Function cubrid_get_class_name:

CUBRID Functions

Most used PHP functions