标签: com
我正在用php创建com对象。但是当我写die($object)时,它显示为空对象。我还注册了我的dll文件。如何解决此问题?
die($object)
$obj = new com("dllfilename.classname") or die("Unable to include the dll"); die(json_encode($obj));