Function Reference: dmp_filter

Summary

This function has not been documented yet.

Source Code

function dmp_filter($a) {
	dmp($a);
	return $a;
}