Примеры
chdb::__construct
chdb
PHP Manual
The chdb class
Введение
Represents a loaded chdb file.
Обзор классов
chdb
{
/* Methods */
__construct
(
string
$pathname
)
public
string
get
(
string
$key
)
}
Содержание
chdb::__construct
— Creates a chdb instance
chdb::get
— Gets the value associated with a key
Примеры
chdb::__construct
chdb
PHP Manual