PHP » GoLang |
login |
register |
about
|
GoLang cubrid_is_instance
request it (359)
GoLang replacement for PHP's cubrid_is_instance
[edit | history]
cubrid_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
|
more
Recently updated
more
Most requested
more
Last requests
|