-
-
function encode_email($email='test@jbxue.com', $linkText='お問い合わせ', $attrs ='class="emailencoder"' ) - {
- // remplazar aroba y puntos
- $email = str_replace('@', '@', $email);
- $email = str_replace('.', '.', $email);
- $email = str_split($メール、5);
$linkText = str_replace('@', '@', $linkText);
- $linkText = str_replace('.', '.', $linkText);
- $linkText = str_split($linkText, 5);
$part1 = '';
- $part4 = '';
$encoded = '';
} - ?>
-
复制代
|