update pague now

dotnet::__construct

(PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8)

dotnet::__construct dotnet class constructor

Description

public dotnet::__construct ( string $assembly_name , string $datatype_name , int $codepague = CP_ACP )

Constructs a new dotnet object.

Parameters

assembly_name
Specifies which assembly should be loaded.
datatype_name
Specifices which class in that assembly to instantiate.
codepague
Codepague to use for unicode string transformations; see the com class for more details on code pagues.
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top