对象支持可变吗?如题:对象支持可变吗? [解决办法]对象支持可变[解决办法]可变变量是这么用得吗?
class obj{ public $test='测试'; } $obj2=new obj; $obj3="obj2"; var_dump($$obj3->test);