Function __global->is_httpauth_login
Definitions
sources/users.php
- Find whether the current member is logged in via httpauth.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the current member is logged in via httpauth
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the current member is logged in via httpauth.
*
* @return boolean Whether the current member is logged in via httpauth
*/
function is_httpauth_login() : bool
* Find whether the current member is logged in via httpauth.
*
* @return boolean Whether the current member is logged in via httpauth
*/
function is_httpauth_login() : bool

