/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
what about land carnivores?The mercury-claims have been debunked even for islanders who ate whale-meats. So it's fine to eat fish or land-animals further up the food-chain.
Would it be alright to eat carnivores such as wolves and coyotes raw in the wild? I heard that carnivores have more toxins the higher up you go in the food chain.
That biomagnification of pollutants has negative health implications has been debunked in the mind of TylerDurden, but not necessarily for the rest of us. I studied this issue first hand while working on my masters degree in Environmental Chemistry, Toxicology and Risk Assessment, and I can say that I'm convinced TD is dead wrong on this issue. Lots of epidemiological studies have found links between eating contaminated food and all sorts of maladies.The above is just idle, ignorant speculation from Eric. I have already previously provided plenty of hard scientific data from the famous Seychelles study , including comparisons of various studies and the fishscam.com website etc.. You have a point re a very few types of pollutants(all affecting wildlife, not humans), but the mercury-issue has been effectively debunked a long time ago. Not surprising, really, since mercury has already been in the world's oceans in trace amounts since billions of years before Man evolved.