PHP Manualcubrid_is_instance(PECL CUBRID >= 8.3.0) cubrid_is_instance — Check whether the instance pointed by OID exists Description
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 Parameters
Return Values1, if such instance exists; 0, if such instance does not exist; -1, in case of error ExamplesExample #1 cubrid_is_instance() example
<?php The above example will output: Instance pointed by @0|0|0 doesn't exist. See Also
![]() |
PHP-Index
New Tutorial entries
|