diff --git a/functions/arrays.php b/functions/arrays.php new file mode 100644 index 0000000..dddf129 --- /dev/null +++ b/functions/arrays.php @@ -0,0 +1,25 @@ +$item){ + if($item === $value) + unset($array[$key]); + } + + //Success + return true; +} \ No newline at end of file