update : 2015.11.03
php.shukuma.com검색:
|
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 인수
반환값1, if such instance exists; 0, if such instance does not exist; -1, in case of error 예제Example #1 cubrid_is_instance() example
<?php 위 예제의 출력: Instance pointed by @0|0|0 doesn't exist. 참고
|