I have the following array
$input = array("item 1", "item 2");
But since it is dynamic, items can change
$input = array("item 2", "item 4");
$input = array("item 4");
Is it possible to use array_splice to remove, if it exists,...
asked by
01.08.2014 / 19:36