1.完成
描述 COM 类提供了一个将 (D)COM 组件整合到 PHP 脚本中的框架。方法 string COM::COM( string module_name [, string server_name [, int codepage]] ) COM 类构造函数。参数: module_name 被请求组件的名字或 class-id。 server_name DCOM 服务器的名字,组件在此服务器上被取用。如果是 NULL,则假定是 localhost。想要允许 DCOM,必须将 php.ini 中的 com.allow_dcom设为 TRUE。 codepage 指定用于将 PHP 字符串(php-string