(Available since version 1.0)
Heap::childTwoIndex — Returns the index of the second child
$index
)
Returns the index of the second child of the node referred
to by the index, index
, in the binary
tree.
index
The index to be queried.
The index of the second child or NULL
if none exists.