<?php function get_file($url,$folder,$pic_name){ set_time_limit(24*60*60); //限制最大的执行时间 …
function add_wm($nmw_water, $src_file, $output_file, $x, $y) { if(file_exists($output_file…
echo "Initial: ".memory_get_usage()." bytes \n"; /* prints Initial: 36…
/********************** *@file - path to zip file *@destination - destination directory fo…
<?php /** * 生成缩略图函数(支持图片格式:gif、jpeg、png和bmp) * @author ruxing.li * @param string $src 源…
每个单词的首字母转换为大写:ucwords() 1 <?php 2 $foo = 'hello world!'; 3 $foo = ucword…
下载地址(github.com/masterexploder/PHPThumb)。 注意这个类库有一个重名的叫phpThumb,只是大小写的差别,所以查找文档的时候千万注意。 在网…
既然现在你看到了这篇文章,说明你肯定知道PHP和MySQL是怎么一回事,我就不啰嗦了。但 为什么你还要继续阅读此文呢?可能是以前你习惯复制粘贴一些代码,并没有真正弄懂代码的含义;也…
<?php $image = "jiequ.jpg"; // 原图 $imgstream = file_get_contents($image); $im…
/** *数字金额转换成中文大写金额的函数 *String Int $num 要转换的小写数字或小写字符串 *return 大写字母 *小数位为两位 **/ function ge…
<? class cryption { function en($str,$key) { $ret=''; $str = base64_encode ($str); for …
public static function subDate($day, $date = "", $timestampFlag = true, $format …