Function Forum_driver_smf2->_member_profile_url

Definitions

sources/forum/smf2.php

  • Get a URL to the specified member's profile.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

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 URL to the member profile
  • Type: URLPATH
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a URL to the specified member's profile.
 *
 * @param  MEMBER $member_id The member ID
 * @return URLPATH The URL to the member profile
 */

protected function _member_profile_url(int $member_id) : string