Installation
There is no installation needed to use these functions; they are part of the PHP core.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения только для Windows
- .NET
There is no installation needed to use these functions; they are part of the PHP core.
Коментарии
From PHP 5.4.5, COM and DOTNET is no longer built into the php core.you have to add .NET support in php.ini:
[COM_DOT_NET]
extension=php_com_dot_net.dll
The extension is included with php 5.4.5 for Windows.