”@

Home 

php Programming Glossary: dotnet

PHP to C# and Vice versa

http://stackoverflow.com/questions/11208359/php-to-c-sharp-and-vice-versa

PHP can instantiate and use .NET objects . See the DOTNET library in PHP. So if you run PHP on Windows and you expose.. your .NET logic according to the requirements of the PHP DOTNET infrastructure then you can just call .NET classes directly..

How to call ASP.NET .dll file from a PHP script?

http://stackoverflow.com/questions/310821/how-to-call-asp-net-dll-file-from-a-php-script

php asp.net share improve this question You use the DOTNET extension. First off you need to be running this on Windows... uncomment the com extension in your php.ini php stack new DOTNET mscorlib System.Collections.Stack stack Push .Net stack Push..

How to call winapi functions from PHP?

http://stackoverflow.com/questions/3155827/how-to-call-winapi-functions-from-php

com interfaces like vbscript host MS office apps etc. DOTNET will get you even further. See this peachpit.com article on.. that come with the .net framework. Note that PHP's DOTNET piggybacks off COM and unless the library authors explicitly.. library which most do not you can't use it. Also this DOTNET class seems very limited and not mature. Compared to VB's practically..