<?php /** * 分页类 * * author lynnluo * addtime 2011-08-15 */ define( 'PAGE_NAME','page' )…
// local file that should be send to the client $local_file = 'test-file.zip'; // filename…
php 图片地址处理 //图片地址处理 function Getpics($body) { global $weburl; //$body = strtolower($body);…
冒泡算法 <?php function bubbleSort($ary){ $len = count($ary); for ($i=0; $i < $len…
<?php // +------------------------------------------------------------------------ // 验…
$arr = array(3,5,-1,0,2); for($i=0;$i<count($arr)-1;$i++){ for($j=0;$j<count($arr)-1…
$arr=array(2,1,-1,3,0); for($i=0;$i<count($arr)-1;$i++){ $minval = $arr[$i]; $minindex …
<?php Header("Content-type: image/PNG"); $str = "的一是在了不和有大这主中人上为们地个用工时要动…
$arr=array(2,1,-1,3,0); for($i=1;$i<count($arr);$i++){ $insertval=$arr[$i]; $insertinde…
<?php /* * Zip file creation class. * Makes zip files. * * Based on : * * http://www.ze…
<?php //文件和图片上传类 /* 使用方法: function _upload($upload_dir){ $upload = new UploadFile(); //…
<?php /** * * 图像处理类 * @author FC_LAMP * @internal功能包含:水印,缩略图 */ class Img { //图片格式 priv…