Function __global->may_see_stack_traces
Definitions
sources/failure.php
- Find whether the current user may see stack traces.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the current user may see stack traces
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the current user may see stack traces.
*
* @return boolean Whether the current user may see stack traces
*/
function may_see_stack_traces() : bool
* Find whether the current user may see stack traces.
*
* @return boolean Whether the current user may see stack traces
*/
function may_see_stack_traces() : bool

