文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>一些常用的函数

一些常用的函数

时间:2007-08-01  来源:rainbutterfly

这是一些使用频率比较高的函数,有的来自别人的程序......
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;
}
?>
               
               
               

相关阅读 更多 +
排行榜 更多 +
下载oe

下载oe

金融理财 下载
易欧app官方下载安装

易欧app官方下载安装

金融理财 下载
易欧app官方免费下载

易欧app官方免费下载

金融理财 下载