FUNC Class
Example:

// path to 'FUNC.php' file from XPM4 package
require_once '/path/FUNC.php';

// call the static function 'is_mail()' from FUNC class
echo FUNC::is_mail('localpart@domainpart.tld') ? 'true' : 'false';

// ... rest of code

[ Comments ] Last update: Sunday, July 01, 2007