This

Jmnote (토론 | 기여)님의 2017년 7월 9일 (일) 01:22 판 (새 문서: 분류: 클래스 ;this ==PHP== <source lang='php'> class SimpleClass { public $var = 'a default value'; public function displayVar() { echo $this->var; } } </...)
this

1 PHP

class SimpleClass
{
    public $var = 'a default value';
    public function displayVar() {
        echo $this->var;
    }
}

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}