Exemples
chdb::__construct
chdb
PHP Manual
The chdb class
Introduction
Represents a loaded chdb file.
Synopsis de la classe
chdb
chdb
{
/* Methods */
__construct
(
string
$pathname
)
public
string
get
(
string
$key
)
}
Sommaire
chdb::__construct
— Creates a chdb instance
chdb::get
— Gets the value associated with a key
Exemples
chdb::__construct
chdb
PHP Manual