Function __global->get_member_dob_details
Definitions
sources/cns_general.php
- Get details of a member's date of birth / birthday / age.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member to check |
Return
- A tuple: label to refer to with, written date string, timestamp with censoring applied if needed, timestamp without censoring, age or null if censored (null: none)
- Type: ?array
- Set: N/A
- Range: N/A