开发者

PHP Library That Generates ASCII Art Text [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

I'm trying to make a captcha system that isn't the same as all the others using ASCII art text. Similar to what can be found here.

Does anyone know of a library whi开发者_JAVA百科ch can generate something similar?


The ASCII generator you linked to use the figlet program on the commandline, for example with shell_exec. Figlet can be installed on most Unix machines (and is in the package repository for some GNU/Linux distributions, for example in Debian and Ubuntu).


You might have a look at Zend_Captcha - it has an ASCII (through figlet) adapter.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜