Home  >  Article  >  php教程  >  php 获取当前域名

php 获取当前域名

WBOY
WBOYOriginal
2016-06-07 11:37:061611browse

获取当前域名
// 获取当前域名
function _get_host_name(){
return "http://".$_SERVER['HTTP_HOST'];
}

用法:
1,直接放到 common/function.php 下即可。
2,调用: echo _get_host_name();

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn