downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

com_message_pump> <com_load_typelib
[edit] Last updated: Fri, 25 May 2012

view this page in

com_load

(PHP 4)

com_loadCreates 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.



add a note add a note User Contributed Notes com_load
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites