PHP object output buffer

ob_start();
wp_nav_menu($defaults);
$output = ob_get_contents();
ob_end_clean();
Comments