php 更多信息,请访问

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 更多信息,请访问相关的知识,希望对你有一定的参考价值。

<?php
function strip_domain_name( $uri = '' ) {
	$uri = strtolower( trim( $uri ) );
	$uri = preg_replace( '%^(http:|https:\/\/)*(www.)*%usi', '', $uri );
	$uri = preg_replace( '%\/.*$%usi', '', $uri );
	
	return $uri;
}

以上是关于php 更多信息,请访问的主要内容,如果未能解决你的问题,请参考以下文章

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问

php 更多信息,请访问