How can i change same values in an array?

Hello everyone!

i want to remove specific value from my array but i want to remove all same values

example: array(“1,2,1,3,1,4”);

I want to remove all 1 numbers in my array. How can i do this. i can remove only first 1, but i need to remove all of them.

How can i do this? Thank you for all!

Loops and the unset function

Sponsor our Newsletter | Privacy Policy | Terms of Service