PHP 干净的网址

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 干净的网址相关的知识,希望对你有一定的参考价值。

function cleanUrl( $url ){
	
	$new_url = str_replace( " ", "-", $url );
	$new_url = str_replace( "/", "-", $new_url );
	$new_url = str_replace( "--", "-", $new_url );
	$new_url = str_split( $new_url );
	$new_url = preg_grep( "<[A-Za-z0-9-_]+>", $new_url );
	$new_url = trim( implode( $new_url ) );
	$new_url = strtolower($new_url);
	
	// Was still getting cases of double hyphens
	$new_url = str_replace( "--", "-", $new_url );
	
	return $new_url;
	
}// end function - cleanUrl

以上是关于PHP 干净的网址的主要内容,如果未能解决你的问题,请参考以下文章

如何在php中编写一个干净的url? [复制]

Laravel永久重定向

text d8干净的网址

干净的网址在 Drupal 7 中不起作用 [关闭]

使用CURL伪造来源网址与IP

求原生windos xp sp3 iso下载网址 干净的系统!啥软件都没有的!