menu_get_active_menu_names()
Get the active menu for the current page - determines the active trail.
drupal/includes/menu.inc, line 2223
<?php function menu_get_active_menu_names() { return menu_set_active_menu_names(); } ?>