HW_GETCHILDCOLL(3) 1 HW_GETCHILDCOLL(3)
hw_GetChildColl - Object ids of child collections
SYNOPSIS
array hw_getchildcoll (int $connection, int $objectID)
DESCRIPTION
Returns object ids. Each object ID belongs to a child collection of the collection with ID $objectID. The function will not return child
documents.
PARAMETERS
o $connection
- The connection identifier.
o $objectID
- The object identifier.
RETURN VALUES
Returns an array of object ids.
SEE ALSO
hw_children(3), hw_getchilddoccoll(3).
PHP Documentation Group HW_GETCHILDCOLL(3)