menu_get_active_item()
Returns the ID of the active menu item.
includes/menu.inc, line 424
<?php function menu_get_active_item() { return menu_set_active_item(); } ?>