update : 2015.11.03
php.shukuma.com
검색:
The chdb class
예제
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