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