- 博客(5)
- 收藏
- 关注
转载 网站 tag 伪静态化
www.abc.com/tag-xxx.html增加伪静态规则RewriteCond %{QUERY_STRING} ^(.*)$ RewriteRule ^tag-(.+)\.html$ /home/index/tag/?&tag=$1&%1 转载于:https://www.cnblogs.com/jasond/p/3640906.html...
2014-05-02 17:01:00 155
转载 Php 判断数组开头和结尾
$list = array('a','b','c','d');foreach ($list as $key => $value) { if($key == 0){ print_r('第一个'); } if($key == count($list)-1){ print_r('最后一个'); }}不知道效率...
2014-02-28 17:48:00 182
转载 php汉字转拼音 字库型
/* *函数说名 $str 传入汉字 * $charset 编码 * $ishead 返回首字母 */function GetPinyin($str,$charset="utf-8",$ishead = 0) { $restr = ''; $str = trim($str); if($charset=="utf-8"){...
2014-01-01 23:13:00 136
转载 Thinkphp 格式化打印测试函数
1 function p($array){2 dump($array,1,'<per>',0);3 die();4 }转载于:https://www.cnblogs.com/jasond/p/3501113.html
2014-01-01 23:12:00 200
转载 curl post 函数
1 function curl_post($url,$post_data){ 2 if(empty($url) || !is_array($post_data)){ 3 return false; 4 } 5 $ch = curl_init(); 6 curl_setopt($ch, CURLOPT_POST, ...
2014-01-01 23:07:00 246
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人