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

search for in the

com_invoke> <com_get_active_object
[edit] Last updated: Fri, 17 May 2013

view this page in

com_get

(PHP 4)

com_get获取 COM 组件的属性值 [被废弃]

说明

Deprecated, use the OO syntax instead.

Example #1 OO syntax

<?php
// do this
$var $obj->property;
// instead of this:
$var com_get($obj'property');
?>

注释

Note: 此函数在 PHP 5 中不再存在. 你应该使用更自然的面向对象语法操作属性及方法。



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

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