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