PHP: .NET functions - Manual
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: Wed, 29 Jan 2003

XXVI. .NET functions

Introduction

주의

This extension is EXPERIMENTAL. The behaviour of this extension -- including the names of its functions and anything else documented about this extension -- may change without notice in a future release of PHP. Use this extension at your own risk.

차례
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: Wed, 29 Jan 2003
show source | credits | mirror sites 
Copyright © 2001-2003 The PHP Group
All rights reserved.
This mirror generously provided by: /
Last updated: Thu May 22 21:11:29 2003 CEST