Beispiele
chdb::__construct
chdb
PHP Manual
The chdb class
(PECL chdb >= 0.1.0)
Einführung
Represents a loaded chdb file.
Klassenbeschreibung
chdb
{
/* Methods */
public
__construct
(
string
$pathname
)
public
string
get
(
string
$key
)
}
Inhaltsverzeichnis
chdb::__construct
— Creates a chdb instance
chdb::get
— Gets the value associated with a key
Beispiele
chdb::__construct
chdb
PHP Manual