Function Forum_driver_vb3->_get_username

Definitions

sources/forum/vb3.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