chdb_createCreates a chdb file Description
bool chdb_create
( string
$pathname
, array $data
)chdb_create creates a chdb file containing the specified key-value pairs.
Parameters
Return Values
Returns Errors/ExceptionsThrows an exception in case the chdb file hasn't been successfully created. ExamplesExample #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. |