<?php
    $content = "name@example.com";
    echo (function_exists('encryptx'))? encryptx($content) : $content;
?>