PHP Manual: com_load
com_load
Description
resource com_load ( string module_name [, string server_name [, int codepage]] )Equivalent to using the new operator to create an instance of the COM class. You should do that instead of calling this function.
Note: This function does not exist in PHP 5; use the COM class instead.