hw_ChildrenObj()
hw_ChildrenObj - Object records of children
Syntax
array hw_ChildrenObj (
int $connection,
int $objectID)
Arguments
- connection - The connection identifier.
- objectID - The object identifier.
Description
Returns the object records of the collection children.
Version
PHP 4
Return value
Returns an array of object records. Each object record belongs to a child of the collection with ID objectID. The array contains all children both documents and collections.