欢迎光临
感谢一路有你

2018年10月16日的文章

PHP基础

转载 | PHP生成缩略图的类库

王明昌阅读(3005)赞(0)

调用的时候: $image = Helper_Image::createFromFile(‘文件路径’,‘文件保存格式’); $image->resampled(‘’, ‘’); //缩放到100px * 100PX $image-&...

PHP基础

实例 | 无级分类

王明昌阅读(2816)赞(1)

<?php function subTree($arr, $id=0, $depth=0) { static $tree = array(); foreach ($arr as $key=>$value) { if($value...