Function Forum_driver_smf2->get_member_join_timestamp
Definitions
sources/forum/smf2.php
- Get the timestamp of a member's join date.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$member_id | MEMBER | No | No | required parameter | N/A | N/A | The member ID |
Returns
- The timestamp
- Type: TIME
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the timestamp of a member's join date.
*
* @param MEMBER $member_id The member ID
* @return TIME The timestamp
*/
public function get_member_join_timestamp(int $member_id) : int
* Get the timestamp of a member's join date.
*
* @param MEMBER $member_id The member ID
* @return TIME The timestamp
*/
public function get_member_join_timestamp(int $member_id) : int