How do I make Win32 API calls from PHP?

后端 未结 2 1537
被撕碎了的回忆
被撕碎了的回忆 2020-12-07 04:29

I know that I can consume COM components but is there a way to directly call into the Win32 API\'s (user32.dll, advapi32.dll etc) from PHP or do I need to wrap in a PHP exte

2条回答
  •  借酒劲吻你
    2020-12-07 04:43

    The win32api support for php is very flaky. Have a look at this

    http://php.net/manual/en/book.w32api.php

提交回复
热议问题