I'm iterating over an array of nids. Now I need to check whether the current nid is a child (in the menu) of the current menu object. But i could find any method to get all children of a node by nid. (something like menu_get_children($nid);)
Has anyone an idea how to do that? (quick and dirty is allowed)