php中取得URL的根域名的代码

2019-04-09 09:39:55刘景俊

* Enter description here ...
*/
public function getDomain(){
return $this->domain;
}
/**
* 取得主机
* Enter description here ...
*/
public function getHost(){
return $this->host;
}
}
?>
相关文章 大家在看