com_load
(PHP 4)
com_load — Creates a new reference to a COM component [deprecated]
Descrierea
Deprecated, use the OO syntax instead.
Example #1 OO syntax
<?php
// do this
$obj = new COM($module);
// instead of this:
$obj = com_load($module);
?>
Note
Notă: Această funcţie nu există în PHP 5; în loc, ar trebui să utilizaţi sintaxa OO care este mai obişnuită şi mai naturală pentru a accesa proprietăţile, sau pentru a apela metodele.
com_load
There are no user contributed notes for this page.
