update : 2015.11.03
php.shukuma.com검색:
|
chdb_create(PECL chdb >= 0.1.0) chdb_create — Creates a chdb file 설명
bool chdb_create
( string
$pathname
, array $data
)chdb_create() creates a chdb file containing the specified key-value pairs.
인수
반환값
성공 시 오류/예외Throws an exception in case the chdb file hasn't been successfully created. 예제Example #1 chdb_create() example
<?php The above example will generate a chdb file named data.chdb and containing the key-value pairs defined in $data. |