PHP 8.4.24 Released!

DatabaseObject interface

(PECL mysql-xdevapi >= 8.0.11)

Introduzione

Sommario della classe

class mysql_xdevapi\DatabaseObject {
/* Metodi */
abstract public function existsInDatabase(): bool
abstract public function getName(): string
abstract public function getSession(): mysql_xdevapi\Session
}

Indice dei contenuti

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top