Hyperwave 함수 목록
PHP Manual

hw_Children

(PHP 4)

hw_ChildrenObject ids of children

설명

array hw_children ( int $connection , int $objectID )

Returns the identifiers of the collection children.

인수

connection

The connection identifier.

objectID

The object identifier.

반환값

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.


Hyperwave 함수 목록
PHP Manual