摘要: header('content-type:image/png');//创建画布并设置颜色,推荐使用下面那个方法//$im=imagecreate($width,$height);$im=imagecreatetruecolor(200,100) or die('Cannot Initialize G... 阅读全文
posted @ 2015-07-31 18:09 风烨漾 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 使用php 进行多文件的上传是学习php 必不可少的内容,因此我根据 慕课网上的教程改编了下,形成下面的代码,如若有什么问题,请指点指点我这个小菜鸟!upload.class.php: 面向对象的类文件的封装fileName = $fileName; $this->maxSize = ... 阅读全文
posted @ 2015-07-31 17:34 风烨漾 阅读(514) 评论(0) 推荐(0) 编辑