/sources/obfuscate.php

Description
Functions
init__obfuscate (line 24)

Standard code module initialisation function.

void init__obfuscate ()
obfuscate_email_address (line 73)

Obfuscate the given e-mail address.

This function may want to be modified on a per-site basis, to stop spammers triggering onto ocPortal'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).

  • return: The obfuscated version
string obfuscate_email_address (string $email)
  • string $email: The e-mail address to obfuscate
obfuscate_entities (line 46)

Obfuscate the given text using HTML entity encoding.

  • return: The obfuscated version
string obfuscate_entities (string $val)
  • string $val: The text to obfuscate

Documentation generated on Sun, 02 Jan 2011 23:19:13 +0000 by phpDocumentor 1.4.3