Filter and refactor

This commit is contained in:
color.diff=auto
2021-03-23 12:35:28 -06:00
parent c74918ab45
commit 50252def84
8 changed files with 385 additions and 202 deletions

View File

@@ -6,3 +6,7 @@ function dd($var) {
echo "</pre>";
die();
}
function filterFunc($arg1, $arg2) {
return !($arg1 == $arg2);
}