Function __global->cns_is_httpauth_member
Definitions
sources/cns_members.php
- Find whether a member is bound to HTTP authentication (an exceptional situation, only for sites that use it).
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $member_id | MEMBER | No | No | required parameter | N/A | N/A | The member |
Returns
- The answer
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether a member is bound to HTTP authentication (an exceptional situation, only for sites that use it).
*
* @param MEMBER $member_id The member
* @return boolean The answer
*/
function cns_is_httpauth_member(int $member_id) : bool
* Find whether a member is bound to HTTP authentication (an exceptional situation, only for sites that use it).
*
* @param MEMBER $member_id The member
* @return boolean The answer
*/
function cns_is_httpauth_member(int $member_id) : bool
