(PHP 3>= 3.0.3, PHP 4 )
com_set --
Assigns a value to a COM component's property.
Description
void com_set
(resource com_object, string property, mixed value)
Sets the value of the property of the
COM component referenced by com_object.
Returns true if property
is set. Returns false on error.