September 2001
Intermediate to advanced
768 pages
32h 45m
English
mixed com_propget(resource identifier, string property_name)
| identifier | Identifier from com_load() |
| property_name | Name of the property in the COM object |
Returns the value of a property.
Returns:
Property value; FALSE on error
Description:
Returns the value of a property of the COM component referenced by the COM object. com_get() is an alias for this function.
Version:
Existing since version 3.0.3
Example:
$com = new COM("ObjectName.ClassName");
$ret = com_propget($com, "PropertyVal");
|
Read now
Unlock full access