php How to load the dll extension written by yourself, the com version? ? ?
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.