Home >Backend Development >PHP Tutorial > 急PHP怎么加载C#生成的COM组件

急PHP怎么加载C#生成的COM组件

WBOY
WBOYOriginal
2016-06-13 13:31:17801browse

急!!!PHP如何加载C#生成的COM组件
如题

------解决方案--------------------
$obj = new com('类库名.对象名');
------解决方案--------------------
显然你使用的操作系统不是 window,那么很自然的就没有 com 了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn