php中的方法,从网上下载了一个网站程序,这个步骤没看懂是干嘛的,求指教

php中文网
发布: 2016-06-13 11:50:47
原创
944人浏览过

php中的方法,从网上下载了一个网站程序,这个方法没看懂是干嘛的,求指教
function seo($ident)
{
include APP_PATH."/plus/seo.cache.php";
$seo=$seo[$ident];
if(is_array($seo)){
foreach($seo as $k=>$v){
if($v[affiliation]!=""){
[email protected](",",$v['affiliation']);
if($_SESSION[did]!="" && in_array($_SESSION['did'],$did)){
$seo=$v;
}elseif(in_array("0",$did)){
$seo=$v;
}
}else{
$seo=$v;
}
}
}
$data=$this->data;
if(is_array($seo))
{
$cityname = $_SESSION['cityname']?$_SESSION['cityname']:$this->config["sy_indexcity"];
foreach($seo as $key=>$value)
{
$seo[$key] = str_replace("{webname}",$this->config['sy_webname'],$seo[$key]);
$seo[$key] = str_replace("{webkeyword}",$this->config['sy_webkeyword'],$seo[$key]);
$seo[$key] = str_replace("{webdesc}",$this->config['sy_webmeta'],$seo[$key]);
$seo[$key] = str_replace("{weburl}",$this->config['sy_weburl'],$seo[$key]);
$seo[$key] = str_replace("{city}",$cityname,$seo[$key]);
if(is_array($data)){
foreach($data as $k=>$v){
$seo[$key] = str_replace("{".$k."}",$v,$seo[$key]);
}
}
if([email protected]('{seacrh_class}',$seo[$key])){
$rdata=$this->get_search_class($ident,$key);
$seo[$key] = str_replace("{seacrh_class}",$rdata,$seo[$key]);
}
$seo[$key]=str_replace('  ',' ',$seo[$key]);
$seo[$key]=str_replace(array("-  -","- -"),'-',$seo[$key]);
$seo[$key]=str_replace(array("-  -","- -"),'-',$seo[$key]);
}
}
$this->yunset("title",$seo['title']);
$this->yunset("keywords",$seo['keywords']);
$this->yunset("description",$seo['description']);
}
function yunset($name,$value){
$this->tpl->assign($name,$value);
}
------解决方案--------------------
优化地址栏链接
------解决方案--------------------
你说下哪句不懂,可以给你解释。

相关标签:
seo
PHP速学教程(入门到精通)
PHP速学教程(入门到精通)

PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号