PHP
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, 02 Jan 2009

view this page in

com_get

(PHP 4)

com_getGets the value of a COM Component's property [deprecated]

Opis

Deprecated, use the OO syntax instead.

Example #1 OO syntax

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

Notatki

Informacja: Ta funkcja nie istnieje w PHP 5; zamiast niej użyj składni obiektowej aby uzyskać dostęp do właściwości, lub aby wywołać metody.



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, 02 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites