Kleine Frage zu $this
活着
活着 2017-09-05 15:22:57
0
3
1201

Entschuldigung, dieses $this ——》Wie tippt man das danach ein? Was ist es?

活着
活着

Antworte allen(3)
phpcn_u2434

有人回答了作用我就回答下怎么打吧。。。这个好简单的。非输入法模式下主键盘0右边+号左边那个-号,加上?号键左边的>号,这个>要按住shift键才打的出来。 切换输入法模式和字母输入模式按一下shift就能切换了。

ringa_lee

首先你要理解$this是什么,他的作用是什么?

$this是指向当前对象的指针,说白了就是指的前的对象的意思,这能才能实现比如说类的属性方法调用等

阿布是老黑

$this->某某方法。

例如

class man{

function test1(){

$this->test2();

}

function test2(){

echo "hello"; 

}

}

$m = new man();

$m->test1();

//输出:hello;


Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage