摘要:
//base_path()获取当前的绝对路径 $path=base_path().'\config\web.php'; $str='abcdefg'; //要声明的字符串 file_put_contents($path,$str);//把字符串内容存储到web.php中。 阅读全文
摘要:
webname=$webname; $this->weburl=$weburl; } function _getwebinfo(){ return "网站名称".$this->webname." ".$this->weburl; } } $hdw=new Web("蓝天","www.lantian.com"); echo $hdw->_... 阅读全文