downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<com_get_active_objectcom_invoke>
Last updated: Thu, 26 Jun 2008

com_get

(PHP 4)

com_get — Gets the value of a COM Component's property [deprecated]

Description

Deprecated, use the OO syntax instead.

Example #1 OO syntax

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

Notes

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.



add a noteadd a note User Contributed Notes
Gets the value of a COM Component's property [deprecated]
There are no user contributed notes for this page.




<com_get_active_objectcom_invoke>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs