k2hdkcpx_load_debug_env k2hdkcpx Functions k2hdkcpx_set_debug_level_dump

k2hdkcpx_set_debug_file

Specify the file to output message

Description

function k2hdkcpx_set_debug_file(string $filepath): bool {}

Specify the file to output message.

Parameters

This function has no parameters.

Return Values

Returns true on success, false otherwise.

Examples

php -r 'var_dump(k2hdkcpx_set_debug_file("/dev/null"));'

The above example will output:

bool(true)

See Also

k2hdkcpx_load_debug_env k2hdkcpx Functions k2hdkcpx_set_debug_level_dump