This

this

1 PHP[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

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