摘要:
//base_path()获取当前的绝对路径 $path=base_path().'\config\web.php'; $str='abcdefg'; //要声明的字符串 file_put_contents($path,$str);//把字符串内容存储到web.php中。 阅读全文
posted @ 2017-12-05 15:20
生如逆旅,一苇以航
阅读(2183)
评论(0)
推荐(0)
摘要:
webname=$webname; $this->weburl=$weburl; } function _getwebinfo(){ return "网站名称".$this->webname." ".$this->weburl; } } $hdw=new Web("蓝天","www.lantian.com"); echo $hdw->_... 阅读全文
posted @ 2017-12-05 07:02
生如逆旅,一苇以航
阅读(230)
评论(0)
推荐(0)

浙公网安备 33010602011771号