随笔分类 - PHP
原生PHP代码
摘要:1 <?php 2 // 创建画布 3 img=imagecreatetruecolor(170,40);45//创建背景颜色6backcolor = imagecolorallocate(img,mtrand(200,255),mtrand(200,255),mtrand(200,255));7//填充背景8imagefill(i...
阅读全文
摘要:1 maxsize)29$error=′文件上传过大!′;30returnfalse;313233if(!inarray(file['type'],$allow)){ 34 $error = '文件上传类型不存在,...
阅读全文