Saturday, July 4th, 2009

Tag Archives: array

Make an alphabetical selection from elements of an array

Here

Read more

Equivalent of trim() function for arrays

This function strips the null element values from the beginning and ending of an array.

Read more

Display values from an array in random order

This is a function that randomizes the order of the elements in an array.

Read more

How to remove empty values from an array

This function removes empty values from an array. This is useful if you

Read more