You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorting an array by moving all of the zero elements (0 or '0') to the end and keeping the order of the zeros
such that (sortZeros($array) == $array) evealuates to true