function remove_xss($val) { // remove all non-printable characters. CR(0a) and LF(0b) and …
PHP汉字转换拼音 本文地址:http://bbs.it-home.org/thread-28985-1-1.html 内容来源:程序员之家(http://bbs.it-home.…
php 图片地址处理 //图片地址处理 function Getpics($body) { global $weburl; //$body = strtolower($body);…
冒泡算法 <?php function bubbleSort($ary){ $len = count($ary); for ($i=0; $i < $len…
<?php // +------------------------------------------------------------------------ // 验…
<?php /** * 作用:FTP操作类( 拷贝、移动、删除文件/创建目录 ) * 时间:2006/5/9 * 作者:欣然随风 * QQ:276624915 */ clas…
$file = JRequest::getVar( 'template_full_image', '', 'files', 'array' );//获得传过来的图片 jimport…
$arr = array(3,5,-1,0,2); for($i=0;$i<count($arr)-1;$i++){ for($j=0;$j<count($arr)-1…
<?php Header("Content-type: image/PNG"); $str = "的一是在了不和有大这主中人上为们地个用工时要动…
$arr=array(2,1,-1,3,0); for($i=0;$i<count($arr)-1;$i++){ $minval = $arr[$i]; $minindex …
<?php /* * Zip file creation class. * Makes zip files. * * Based on : * * http://www.ze…
$arr=array(2,1,-1,3,0); for($i=1;$i<count($arr);$i++){ $insertval=$arr[$i]; $insertinde…