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
Last updated: Fri, 06 Nov 2009

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.

com_message_pump> <com_load_typelib
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites