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

search for in the

com_message_pump> <com_load_typelib
Last updated: Fri, 29 Aug 2008

view this page in

com_load

(PHP 4)

com_loadCOM コンポーネントへの新規リファレンスを作成する [非推奨]

説明

非推奨です。かわりにオブジェクト指向の構文を使用しましょう。

例1 オブジェクト指向の構文

<?php
// こちらを使用します
$obj = new COM($module);
// こちらは推奨しません
$obj com_load($module);
?>

注意

注意: この関数は PHP 5 には存在しません。 より自然なオブジェクト指向形式の構文で、 プロパティにアクセスしたりメソッドをコールしたりすることになります。



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, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites