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.
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. ОшибкиThrows an exception in case the chdb file hasn't been successfully created. ПримерыПример #1 chdb_create() example
<?phpThe above example will generate a chdb file named data.chdb and containing the key-value pairs defined in $data. |
||