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

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

WBOY
Release: 2016-06-13 13:31:17
Original
808 people have browsed it

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

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template