<?php /*请尊重别人的劳动成功,请保留此版权信息,谢谢! 作者:小露珠3.3 扬帆修正一点东西:在代码中已经用注释注明,本代码现在向qq发信没问题~ */ set_ti…
function scale_dimensions_within_limits($w,$h,$max_w,$max_h){ // $w is the width of the cu…
/** * Downloader * * @param $archivo * path al archivo * @param $downloadfilename * (null|…
/** *数字金额转换成中文大写金额的函数 *String Int $num 要转换的小写数字或小写字符串 *return 大写字母 *小数位为两位 **/ function ge…
<?php class Verify{ /** * 验证用户名 * @param string $value * @param int $length * @return b…
用到的函数 ignore_user_abort(),set_time_limit(0),sleep($interval)此代码只要运行一次后关闭浏览器即可。不知道能程序的性能会不会…
<?php class DateFormat { private static $_DIFF_FORMAT = array( 'DAY' => '%s天前', 'DAY…
<?php class Thumb { public function create($srcPath, $dstPath, $dstWidth, $dstHeight) {…
在web开发中,可以通过文件缓存,大大缓解数据库的压力。 如下代码是php中使用文件缓存的例子。 CacheLayer.php <?php class CacheLayer{…
cache.inc.php: <?php class Cache { /** * $dir : 缓存文件存放目录 * $lifetime : 缓存文件有效期,单位为秒 * $…
PHP 文件上传代码示例 <html> <head> <title>图片上传</title> </head> <b…
/********************** *@filename - path to the image *@tmpname - temporary path to thumb…