Home >Backend Development >PHP Tutorial >device - PHP 调用 DLL 入口文件

device - PHP 调用 DLL 入口文件

WBOY
WBOYOriginal
2016-06-06 20:45:241124browse

<code>Transfer_Ethernet_EX的声明
extern "C" __declspec(dllexport) UINT __stdcall Transfer_Ethernet_EX(char
*cTransScale , int nKey)
功能:
将传输配置文件中要求传输的秤的文件传输到对应秤内
参数说明:
cTransScale: 传输配置文件的文件名
nKey: 暂时无意义
</code>

C# 直接调用DLL就行了,不知道PHP 怎么搞!
实际上这是一个 梅特勒-托利多 电子称的接口,我想用PHP写。

回复内容:

<code>Transfer_Ethernet_EX的声明
extern "C" __declspec(dllexport) UINT __stdcall Transfer_Ethernet_EX(char
*cTransScale , int nKey)
功能:
将传输配置文件中要求传输的秤的文件传输到对应秤内
参数说明:
cTransScale: 传输配置文件的文件名
nKey: 暂时无意义
</code>

C# 直接调用DLL就行了,不知道PHP 怎么搞!
实际上这是一个 梅特勒-托利多 电子称的接口,我想用PHP写。

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