com_get
(PHP 4)
com_get — Gets the value of a COM Component's property [deprecated]
Descrierea
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
Notă: Această funcţie nu există în PHP 5; în loc, ar trebui să utilizaţi sintaxa OO care este mai obişnuită şi mai naturală pentru a accesa proprietăţile, sau pentru a apela metodele.
com_get
There are no user contributed notes for this page.
