Function __global->push_force_immediate_log_it
Definitions
sources/global3.php
- Define whether log_it should forcefully execute immediately instead of trying to register itself in a shutdown function.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $value | boolean | No | No | required parameter | N/A | N/A | Whether log_it should forcefully log immediately |
Preview
Code (PHP)
/**
* Define whether log_it should forcefully execute immediately instead of trying to register itself in a shutdown function.
*
* @param boolean $value Whether log_it should forcefully log immediately
*/
function push_force_immediate_log_it(bool $value)
* Define whether log_it should forcefully execute immediately instead of trying to register itself in a shutdown function.
*
* @param boolean $value Whether log_it should forcefully log immediately
*/
function push_force_immediate_log_it(bool $value)
