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