element_properties($element)Get properties of a structured array element. Properties begin with '#'.
includes/common.inc, line 5280
<?php
function element_properties($element) {
return array_filter(array_keys((array) $element), 'element_property');
}
?>