Not alot;) According to the filter_has_var manual page, one user finds it faster filter_has_var. It is also worth noting ... filter_has_vardoes not work on a live array ( $_POST), but on the actual input provided ... if you ever add / remove / update that in this array you will not see these changes with a call filter_has_var(while it issetwill reflect the current state)
By the way, use filter_has_var(INPUT_POST,"id");
: , , filter_has_var PHP 5.2.0 ( ), isset PHP4 + 5. , isset ( PHP3)?