Function __global->mask_email_address

Definitions

sources/crypt.php

  • Replace most characters in an e-mail with asterisks.This will replace all characters except the first and last before the @, the top-level domain, and the first and last character after @ before the top-level domain.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$email_address SHORT_TEXT required parameter N/A N/A The e-mail address to mask

Return

  • The masked e-mail address
  • Type: SHORT_TEXT
  • Set: N/A
  • Range: N/A