could static members use nonstatic members and vice versa?

前端 未结 3 1875
南旧
南旧 2020-12-12 02:37

could i use nonstatic members inside a static method?

eg.

 $this->nonStaticProperty
 $this->nonStaticMethod()

and vice versa

3条回答
提交回复
热议问题