k2hdkcpx_toggle_comlog
Toggles the communication log output
Description
function k2hdkcpx_toggle_comlog(): bool {}
Toggles the communication log output.
Parameters
This function has no parameters.
Return Values
Returns true
on success, false
otherwise.
Examples
php -r 'var_dump(k2hdkcpx_toggle_comlog());'
The above example will output:
bool(true)
See Also
- k2hdkcpx_unset_debug_file - Writes logs to stderr
- k2hdkcpx_disable_comlog - Disables the communication log output
- k2hdkcpx_enable_comlog - Enables the communication log output
- k2hdkcpx_is_enable_comlog - Check the enable/disable of the communication log output
- k2hdkcpx_toggle_comlog - Toggles the communication log output