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