Home >Backend Development >PHP Tutorial > 关于PHP把字符串转成图片的有关问题

关于PHP把字符串转成图片的有关问题

WBOY
WBOYOriginal
2016-06-13 13:21:36853browse

关于PHP把字符串转成图片的问题
如题.我是想把邮箱地址的字符串转成图片并显示.(为了不在源代码看到邮箱地址)

求大神.比如我的邮箱是123456@abc.com怎样将其转成图片并输出显示在

  • 里?

    ------解决方案--------------------
    gd库可以将文字制作成图片,你的需求类似于验证码。
    http://cn.php.net/manual/zh/function.imagestring.php
  • Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn