Function Forum_driver_cns->mrow_username

Definitions

sources/forum/cns.php

  • From a member row, get the member's name.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

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 username
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * From a member row, get the member's name.
 *
 * @param  array $r The profile-row
 * @return string The username
 */

public function mrow_username(array $r) : string