GetMetadataResources

From PHRETS


Syntax

GetMetadataResources ( )

Gets information about the available Resources


Parameters

None


Return Values

Array
Each array item represents a single Resource. Returns FALSE if request for information failed.


Examples

$resources = $rets->GetMetadataResources();
foreach ($resources as $resource) {
        echo "+ Resource {$resource['ResourceID']} described as \"{$resource['Description']}\"\n";
}
+ Resource Property described as "Property Database"
+ Resource Agent described as "Agent Database"


Related to

Views
Personal tools