聯絡E-mail: sean0704@gmail.com
class My_cls{ public $my_str; public function my_fun(){ return $this -> my_str; } } $my_obj = new My_cls(); $my_obj -> my_str = 'asdf'; echo $my_obj -> my_fun(); //印出結果為asdf
No comments:
Post a Comment