|
cubrid_get_class_name(PECL CUBRID >= 8.3.0) cubrid_get_class_name — Get the class name using OID Описание
string cubrid_get_class_name
( resource $conn_identifier
, string $oid
)
The cubrid_get_class_name() function is used to get the class name from oid. Список параметров
Возвращаемые значенияClass name when process is successful. FALSE, when process is unsuccessful. ПримерыПример #1 cubrid_get_class_name() example
<?php Результат выполнения данного примера: code Смотрите также
|
|