Function Forum_driver_mybb->mrow_lastvisit
Definitions
sources/forum/mybb.php
- From a member row, get the member's last visit 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 |
---|---|---|---|---|---|---|---|
$r | array | No | No | required parameter | N/A | N/A | The profile-row |
Returns
- The last visit date
- Type: TIME
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* From a member row, get the member's last visit date.
*
* @param array $r The profile-row
* @return TIME The last visit date
*/
public function mrow_lastvisit(array $r) : int
* From a member row, get the member's last visit date.
*
* @param array $r The profile-row
* @return TIME The last visit date
*/
public function mrow_lastvisit(array $r) : int