создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

com_load

Пред.

След.

com_load

(PHP 3>= 3.0.3)com_load -- Creates a new reference to a COM component [deprecated]

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.

Пример 1. Don't use com_load(), use OO syntax instead

<?php

// do this

$obj = new COM($module);

// instead of this:

$obj = com_load($module);

?>

Замечание: This function does not exist in PHP 5; use the COM class instead.

Пред.

Начало

След.

com_load_typelib

Уровень выше

com_message_pump

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting