k2hpx_set_common_attr k2hash Functions k2hpx_set_debug_level_error

k2hpx_set_debug_file

ログ出力先ファイル名を指定する

説明

bool k2hpx_set_debug_file ( string $filepath )

ログ出力先ファイル名を指定します。

パラメータ

戻り値

成功した場合に true を、失敗した場合に false を返します。

<?php
var_dump(k2hpx_set_debug_file("/tmp/k2h.log"));
?>

上の例の出力は以下となります。

NULL

参考

k2hpx_set_common_attr k2hash Functions k2hpx_set_debug_level_error