Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我们的一个项目中,我们特别且强制要求创建C++ 静态库(.a 文件),然后在 PHP(Web 应用程序)中使用它们。我们成功地创建了 .a 文件,现在想知道是否有人可以帮助我们确定如何在 PHP 中使用它们。“.a 文件”将接受一些输入数据,并返回一些可在 Web 应用程序中使用的输出。
这是一个关于如何创建 PHP 扩展的不错的教程。我过去用过它,效果很好。
https://web.archive.org/web/20150408110240/https://devzone.zend.com/303/extension-writing-part-i-introduction-to-php-and-zend