PHP » GoLang |
login |
register |
about
|
chdb_create(PECL chdb >= 0.1.0) chdb_create — Creates 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. |
more
Recently updated
more
Most requested
|