Resets one or all centrally stored static variable(s).
$name: Name of the static variable to reset. Omit to reset all variables.
... See full list
function drupal_static_reset($name = NULL) { drupal_static($name, NULL, TRUE); }