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

