Function __global->obfuscate_email_address

Definitions

sources/crypt.php

  • Obfuscate the given e-mail address.This function may want to be modified on a per-site basis, to stop spammers triggering onto the software's default method (possible some already do, although I think it unlikely they would go to this much effort/computation unless it was more widespread to do this).
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$email EMAIL required parameter N/A N/A The e-mail address to obfuscate

Return

  • The obfuscated version
  • Type: string
  • Set: N/A
  • Range: N/A