I have an array like this
$arr = array('10', '12', '10', '15', '18', '18', '7', '18', '18', '15');
Four times the value 18. I need to extract only one value, example one 18, and it goes like this:
$arr = array('10', '12', '10', '15', '18'...
asked by
06.07.2017 / 00:03