用的是mt_random()函数(性能优于random()函数) php $max1=51; $min1=1; $stu=mt_rand($min1,$max1); if($stu>26) {
冒泡算法 php function bubbleSort($ary){ $len = count($ary); for ($i=0; $i < $len - 1; $i++) { for ($j=0;
php /** * “抽奖”函数 * * @param integer $first 起始编号 * @param integer $last 结束编号 * @param integer $total
php class emp { var $name; var $address; var $dept; function assign_info($n,$a,$d) { $this->name=$n;
php function is_valid_url($url){ $p1 ='/(http|https|ftp):\/\/[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(\/
'w'); fwrite($fp, $rawdata); fclose($fp); } 用法: php $url = "http://koonk.com/images/logo.png"; $rename
php function dirSize($directoty){ $dir_size=0; if($dir_handle=@opendir($directoty)) { while($filen
php function quicksort($seq) { if (count($seq) > 1) { $k = $seq[0]; $x = array(); $y = array(); for
可。不知道能程序的性能会不会影响很大! ignore_user_abort();//关掉浏览器,PHP脚本也可以继续执行. set_time_limit(0);// 通过set_time_limit(0)可以让程序无限制的执行下去
isset($matches[1]) ? $matches[1] : "unknown"; } 用法: php $file = "http://koonk.com/images/logo.png"; $size
php $imgurl = " http://finalshares.com/themes/site/biv_viva/images/logo.png " ; //方法1 echo $ext = strrchr
php session_start(); // main $vcodes = ''; //generate Number 4 srand((double) microtime() * 1000000);
php // local file that should be send to the client $local_file = 'test-file.zip'; // filename that
curl_exec($ch); curl_close($ch); return $response; } 用法: php header("Content-type: image/png"); echo qr_code("http://koonk
用在服务器上提供下载的php代码,可以指定被下载的文件名,可以动态指定文件内容 // local file that should be send to the client $local_file =
php function GetIP() { static $realip = NULL; if ($realip !== NULL) { return $realip; } if (isset($_SERVER))
php /** * * @param String $string * @return float * * Returns a float between 0 and 100. The closer
。可以通过修改$src_x,$src_y,$src_w,$src_h的值来修改裁剪的范围。 php $filename= "test.jpg"; list($w, $h, $type, $attr)
php /**二分查找:查找一个值在数组中的位置 * @$arr:操作的数组,前提是按顺序排列 * @$val:查找的值 * @$low:查找的起始位置,默认从数组的第一个数找起 * @hight:查找的结束位置
php // 指定文件路径和缩放比例 $filename = 'test.jpg'; $percent = 0.5; // 指定头文件Content typezhi值 header('Content-type: