chmpxpx_process_running chmpxpx Functions chmpxpx_set_debug_level_error

chmpxpx_set_debug_file

Writes log to the file

Description

function chmpxpx_set_debug_file(string $filepath): bool {}

Writes log to the file.

Parameters

Return Values

Returns true on success or false on failure.

Examples

<?php
var_dump(chmpxpx_set_debug_file("/tmp/chmpx.log"));
?>

The above example will output:

NULL

See Also

chmpxpx_process_running chmpxpx Functions chmpxpx_set_debug_level_error