Tag Archives: array
Equivalent of trim() function for arrays
This function strips the null element values from the beginning and ending of an array.
Read moreDisplay values from an array in random order
This is a function that randomizes the order of the elements in an array.
Read moreHow to remove empty values from an array
This function removes empty values from an array. This is useful if you
Read more