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