hw_ChildrenObj

(PHP 4)

hw_ChildrenObjObject records of children

Beskrivelse

array hw_childrenobj ( int $connection , int $objectID )

Returns the object records of the collection children.

Parametre

connection

The connection identifier.

objectID

The object identifier.

Returnerings Værdier

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.

add a note add a note

User Contributed Notes

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