VIII. COM support functions for Windows

COM functions are only available on the Windows version of PHP. These functions have been added in PHP 4.

Table of Contents
COM -- COM class
VARIANT -- VARIANT class
com_load --  Creates a new reference to a COM component
com_invoke --  Calls a COM component's method.
com_propget --  Gets the value of a COM Component's property
com_get --  Gets the value of a COM Component's property
com_propput --  Assigns a value to a COM component's property
com_propset --  Assigns a value to a COM component's property
com_set --  Assigns a value to a COM component's property
com_addref --  Increases the components reference counter.
com_release --  Decreases the components reference counter.