PHP SEO优化之URL优化方法_PHP教程
程序员文章站
2022-05-16 12:17:26
...
复制代码 代码如下:
function getSeoVersion($phrase) {
return preg_replace('/[^a-z0-9_-]/i', '', strtolower(str_replace(' ', '-', trim($phrase))));
}
// example usage:
echo getSeoVersion("German cars are amazing.");
上一篇: php函数的摘引参数及参数个数
下一篇: MySQL索引与数据库高效运行优化实操