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