element_property

Definition

element_property($key)
includes/common.inc, line 2212

Description

Check if the key is a property.

Related topics

Namesort iconDescription
Input validationFunctions to validate user input.

Code

<?php
function element_property($key) {
  return $key[0] == '#';
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.