Chapter 7. COM Functions

COM objects abstract a group of functions in software into a redistributable binary component that can interface with a system in ways a scripting language can’t interface. Developed by Microsoft, COM objects are traditionally used in more commonplace Windows-based programming environments such as Visual Basic and Active Server Pages (ASP). There are slight variations in the implementation between PHP 4.0 and PHP 3.0.Version 4.0 of PHP uses the newCOM constructor, whereas version 3.0 uses com_load(). These functions are also available only in Windows versions of PHP.

Get PHP Functions Essential Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.