DatabaseObject::existsInDatabase

(No version information available, might only be in Git)

DatabaseObject::existsInDatabaseオブジェクトがデータベースに存在するかをチェックする

説明

abstract public mysql_xdevapi\DatabaseObject::existsInDatabase(): bool

データベースオブジェクトが、データベース内に存在するオブジェクトを参照しているかを調べます。

パラメータ

この関数にはパラメータはありません。

戻り値

オブジェクトがデータベースに存在していれば true を返します。 そうでなければ、false を返します。

例1 mysql_xdevapi\DatabaseObject::existsInDatabase() の例

<?php

$existInDb
= $dbObj->existsInDatabase();

?>

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /