COM对象为空。为什么?

时间:2019-04-27 06:07:58

标签: com

我正在用php创建com对象。但是当我写die($object)时,它显示为空对象。我还注册了我的dll文件。如何解决此问题?

$obj = new com("dllfilename.classname") or die("Unable to include the dll");
die(json_encode($obj));

0 个答案:

没有答案