element_child($key)drupal/includes/common.inc, line 2216
Check if the key is a child.
function element_child($key) { return $key[0] != '#'; }