hw_GetChildCollObj

(PHP 4)

hw_GetChildCollObjObject records of child collections

Beskrivelse

array hw_getchildcollobj ( int $connection , int $objectID )

Returns object records. Each object records belongs to a child collection of the collection with ID objectID. The function will not return child documents.

Parametre

connection

The connection identifier.

objectID

The object identifier.

Returnerings Værdier

Returns an array of object records.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top