Categories

Updated: 02/05/2002

Accessing COM Objects In PHP

PHP was originally developed to run on the Unix/Linux operating system but was soon after ported to the Win32 platform. It supports a huge amount of Windows-only functionality, such as instantiating COM objects through code. This article looks at how to instantiate COM objects through PHP on a Win32 operating system. It also look at how to access the various methods and members that common Windows COM objects expose.
©2003-2019 jCay.com