标签: php
我是PHP的新手,我想知道如何从数组中转换对象。
我的代码:
$data = array(); $o = new Object1(); $data[0] = $o; $myObject = $data[0]; $myObject->method();//error