| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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. 例例1 chdb_create() example
<?phpThe above example will generate a chdb file named data.chdb and containing the key-value pairs defined in $data. |
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「chdb_create - Creates a chdb file」をGoogle検索
|