范例
chdb::__construct
chdb
PHP Manual
The chdb class
(PECL chdb >= 0.1.0)
简介
Represents a loaded chdb file.
类摘要
chdb
{
/* Methods */
public
__construct
(
string
$pathname
)
public
string
get
(
string
$key
)
}
Table of Contents
chdb::__construct
— Creates a chdb instance
chdb::get
— Gets the value associated with a key
范例
chdb::__construct
chdb
PHP Manual