关于php中的“$this ->”
privatefunction__get($name){if(isset($this->$name)){echo'变量'.$name.'的值为:'.$this->$nam...
private function __get($name){
if(isset($this ->$name)){
echo '变量'.$name.'的值为:'.$this -> $name.'<br>';
}
else{
echo '变量'.$name.'未定义,初始化为0<br>';
$this->$name=0;
以上代码是某一程序的一部分,书上说$this ->后面不能有$,但这里的_get()方法中有语句$this->$name=0,我调试了一下发现还是对的,请问是怎么回事? 展开
if(isset($this ->$name)){
echo '变量'.$name.'的值为:'.$this -> $name.'<br>';
}
else{
echo '变量'.$name.'未定义,初始化为0<br>';
$this->$name=0;
以上代码是某一程序的一部分,书上说$this ->后面不能有$,但这里的_get()方法中有语句$this->$name=0,我调试了一下发现还是对的,请问是怎么回事? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询