PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<xptr_new_contextdotnet_load>
view the version of this page
Last updated: Tue, 22 Apr 2003

XXVI. .NET functions

Introductie

Waarschuwing

Deze module is EXPERIMENTEEL. Dat betekent, dat het gedrag van deze functies, deze functienamen, in concreto ALLES dat hier gedocumenteerd is in een toekomstige uitgave van PHP ZONDER WAARSCHUWING kan veranderen. Wees gewaarschuwd, en gebruik deze module op eigen risico.

Inhoudsopgave
dotnet_load -- Loads a DOTNET module


User Contributed Notes
.NET functions
add a note add a note
m dot saladna at pop dot classicgamez dot cx
20-Dec-2001 03:09

A nice initial reference site I ran across to learn about dotnet-related functionality is
02-Feb-2002 03:18
www.gotdotnet.com has lots of goodies
15-Mar-2002 10:06
See also:
and

jainjayesh74 at yahoo dot com
22-Oct-2002 05:18

To Use .NET assembly in PHP

The Component Object Model (COM) allows an object to expose its functionality to other components and to host applications. Interoperability with COM -- or COM interop -- allows you to create a COM wrapper around the .NET components, which makes Windows look at them as COM objects and thus makes them available to all of the calling COM applications � including PHP.

PHP has built-in functionality to use COM objects. Using the COM interop feature of .NET, we will create a wrapper around the .NET assembly and use it in PHP.

I have written a detailed article on how to do this please visit


Cheers
Jayesh Jain

12-Feb-2003 02:14
Sterling has been working on the ability to use Mono with PHP which essentially allows .NET and more information can be seen here:

add a note add a note

<xptr_new_contextdotnet_load>
 Last updated: Tue, 22 Apr 2003
show source | credits | mirror sites 
Copyright © 2001-2003 The PHP Group
All rights reserved.
This mirror generously provided by: /
Last updated: Sun May 25 21:10:51 2003 CEST