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

search for in the

com_invoke> <com_get_active_object
Last updated: Fri, 13 Nov 2009

view this page in

com_get

(PHP 4)

com_getCOM コンポーネントのプロパティの値を得る [非推奨]

説明

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

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

<?php
// こちらを使用します
$var $obj->property;
// こちらは推奨しません
$var com_get($obj'property');
?>

注意

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



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

com_invoke> <com_get_active_object
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites