|
cubrid_is_instance(PECL CUBRID >= 8.3.0) cubrid_is_instance — Check whether the instance pointed by OID exists Описание
int cubrid_is_instance
( resource $conn_identifier
, string $oid
)
The cubrid_is_instance() function is used to check whether the instance pointed by the given oid exists or not. Список параметров
Возвращаемые значения1, if such instance exists; 0, if such instance does not exist; -1, in case of error ПримерыПример #1 cubrid_is_instance() example
<?php Результат выполнения данного примера: Instance pointed by @0|0|0 doesn't exist. Смотрите также
|
|