免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 865 | 回复: 0
打印 上一主题 下一主题

一些常用的函数 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-08-01 16:38 |只看该作者 |倒序浏览
这是一些使用频率比较高的函数,有的来自别人的程序......
1.产生随机字符串函数
2.截取一定长度的字符串
注:该函数对GB2312使用有效
$length) {
              if($sss){
                     $length=$length - 3;
                     $addstr=' ...';
               }
for($i = 0; $i  127) {
   $wordscut .= $string[$i].$string[$i + 1];
   $i++;
  } else {
   $wordscut .= $string[$i];
  }
}
return $wordscut.$addstr;
}
return $string;
}
?>
3.取得客户端IP地址
4.创建相应的文件夹
5.判断邮箱地址
6.跳转
";
   if(!empty($url))
    $html .="";
   $html .="";
   $html .="
";
   $html .="";
$html .="";
$html .="";
$html .="";
$html .="".$title."";
$html .="";
$html .="
".$message."
";
   if (!empty($url))
    $html .="系统将在3秒后返回
如果您的浏览器不能自动返回,请点击[这里]进入";
   else
    $html .="[返回]";
   $html .="";
$html .="";
echo $html;
exit;
}
?>
7.分页(两个函数配合使用)
".$totalpage."页  ";
   $linkNum =4;
   $start = ($page-round($linkNum/2))>0 ? ($page-round($linkNum/2)) : "1";
   $end   = ($page+round($linkNum/2))1)
$out .= "第一页 ";
   if($start>1)
$out.=".. ";
for($t=$start;$t[".$t."] " : "$t ";
   }
if($end>>..";
   if($page$totalpage)
  $out .= " 最后页";
  return $out;
}
?>
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/27402/showart_351832.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP