Function Forum_driver_mybb->_get_username
Definitions
sources/forum/mybb.php
- Get the name relating to the specified member ID.If this returns null, then the member has been deleted. Always take potential null output into account.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
Return
- The username (null: member deleted)
- Type: ?SHORT_TEXT
- Set: N/A
- Range: N/A