取SEO文件名

2012-09-06   来源:站长日记       编辑:沧海桑田   类别:PHP 教程    转载到:    发表评论

getSeo

//admin/index.php
取SEO文件名


function getSeo($str,$default=''){

$str = preg_replace('/ss+/',' ',$str);
$str = str_ireplace(' ','-',$str);
    $str = preg_replace('/[^0-9a-zA-z-s]/','',$str);
return emtpy($str) ? $default : $str;
}

/admin/controller/catalog/product.php validateForm() // get seo name auto

0

0
0|0 | 鲜花 VS 砸蛋 | 42阅读 0评论
上一篇: urlencode
下一篇: php trim array