(PHP 4)
com_load — Creates a new reference to a COM component [deprecated]
Deprecated, use the OO syntax instead.
Przykład #1 OO syntax
<?php
// do this
$obj = new COM($module);
// instead of this:
$obj = com_load($module);
?>
Informacja: Ta funkcja nie istnieje w PHP 5; zamiast niej użyj składni obiektowej aby uzyskać dostęp do właściwości, lub aby wywołać metody.