:(
Call to undefined function Think\imagettftext() 错误位置 FILE: /storage/emulated/legacy/www/3.2.2888888888888888/ThinkPHP_3.2.2_full/ThinkPHP/Library/Think/Verify.class.php LINE: 166 ThinkPHP3.2.2 { Fast & Simple OOP PHP fr
amework } -- [ WE CAN DO IT JUST THINK ]
<?php
namespace Home\Controller;
use Think\Controller;
use Think\Verify; class IndexController extends Controller {
public function index(){
$this->show('<style type="text/css">*{ padding: 0; margin: 0; } div{ padding: 4px 48px;} body{ background: #fff; font-family: "微软雅黑"; color: #333;font-size:24px} h1{ font-size: 100px; font-weight: normal; margin-bottom: 12px; } p{ line-height: 1.8em; font-size: 36px } a,a:hover,{color:blue;}</style><div style="padding: 24px 48px;"> <h1>:)</h1><p>欢迎使用 <b>ThinkPHP</b>!</p><br/>版本 V{$Think.version}</div><script type="text/javascript" src="http://ad.topthink.com/Public/static/client.js"></script><thinkad id="ad_55e75dfae343f5a1"></thinkad><script type="text/javascript" src="http://tajs.qq.com/stats?sId=9347272" charset="UTF-8"></script>','utf-8');
}
public function Verify(){
$Verify = new \Think\Verify();
$Verify->entry();
}
}
访问!http://192.168.42.129:8080/ThinkPHP_3.2.2_full/index.php/home/index/verify