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

search for in the

com_message_pump> <com_load_typelib
[edit] Last updated: Fri, 24 May 2013

view this page in

com_load

(PHP 4)

com_loadCrea una nueva referencia a un componente COM [obsoleto]

Descripción

Obsoleto, use en su lugar la sintaxis OO.

Ejemplo #1 Sintaxis OO

<?php
// haga esto
$obj = new COM($módulo);
// en lugar de esto:
$obj com_load($módulo);
?>

Notas

Nota: This function does not exist in PHP 5; instead, you should use the regular and more natural OO syntax to access properties or call methods.



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

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