Przykłady
chdb::__construct
chdb
PHP Manual
The chdb class
Wstęp
Represents a loaded chdb file.
Krótki opis klasy
chdb
chdb
{
/* Methods */
__construct
(
string
$pathname
)
public
string
get
(
string
$key
)
}
Spis treści
chdb::__construct
— Creates a chdb instance
chdb::get
— Gets the value associated with a key
Przykłady
chdb::__construct
chdb
PHP Manual