Function email_png
Returns an image of the \$text, to avoid spam.
Located at
app/Kernel/Helpers/support_functions.php
string |
$text |
The text to convert to image |
array|[175,20] |
$size = array(175, 20) |
The size of the image |
array|[50,50,50] |
$color = array(50, 50, 50) |
The RGB values of the text color |