Function Forum_driver_phpbb3->mrow_email_address
Definitions
sources/forum/phpbb3.php
- From a member row, get the member's e-mail address.
- 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 member e-mail address
- Type: SHORT_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* From a member row, get the member's e-mail address.
*
* @param array $r The profile-row
* @return SHORT_TEXT The member e-mail address
*/
public function mrow_email_address(array $r) : string
* From a member row, get the member's e-mail address.
*
* @param array $r The profile-row
* @return SHORT_TEXT The member e-mail address
*/
public function mrow_email_address(array $r) : string