W32api
在线手册:中文  英文

简介

本扩展是 DLLs 的通用扩展 API。 该扩展当初是为了从 PHP 接入 Win32 API,当然你也可以接入其他 DLL 文件里的函数。

当前支持的类型是通用的 PHP 类型 (strings、 booleans、 floats、 integers 和 nulls),以及你通过 w32api_deftype() 定义的类型。

Note:

此扩展已被移至 » PECL 资源库且不再与 PHP 捆绑。5.1.0.

Warning

此扩展是实验性 的。 此扩展的表象,包括其函数名称以及其他此扩展的相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本扩展风险自担 。


W32api
在线手册:中文  英文

用户评论:

ratkinson at tbs-ltd dot co dot uk (2011-11-22 03:53:44)

If you are looking for a way to access DLL's from PHP, then please see http://www.php.net/manual/en/intro.com.php.
This extension also has support for .Net libraries.

易百教程