PHP loads custom dll extension, com version

WBOY
Release: 2016-10-22 00:14:23
Original
1175 people have browsed it

php How to load the dll extension written by yourself, the com version? ? ?

Reply content:

php How to load the dll extension written by yourself, the com version? ? ?

Configure the path and parameters of your own extension in the configuration file php.ini.

For example
zend_extension="your dll path"

When developing PHP extensions, you need to follow some rules for extensions. For com, you can write an extension as a proxy to connect to your 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!