| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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 例例1 cubrid_is_instance() example
<?php 上の例の出力は以下となります。 Instance pointed by @0|0|0 doesn't exist. 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_is_instance - Check whether the instance pointed by OID exists」をGoogle検索
|