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


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: 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.


«  com_event_sink
» com_get_active_object
快速导航

Copyright © 2016 phpStudy | 豫ICP备2021030365号-3