人到中年有点甜
class test{ var $a=array(); function add($key , $value){ $this->a[$key] = $value; } function test(){ print_r($this->a); }}
就这样用啊 , 不知道你想要了解哪些