hi all,
my question's regarding the COM functions in PHP.
in the function com_set, for example, one of the arguements is of the "mixed" datatype... can the arguement value be an array?
void com_set (resource com_object, string property, mixed value)
thanks!
heejung