Technology Remove null values from PHP arrayGK | March 18, 2015 When we need to filter any array then we use array_filter. array_filter — Filters elements of an array using a callback function. I have an array with some null values Read More