例
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