Watch out! This tutorial is over 7 years old. Please keep this in mind as some code snippets provided may no longer work or need modification to work on current systems.
The elements in an array in PHP can be sorted in alphabetical or numerical order, descending or ascending.
Watch out! This tutorial is over 8 years old. Please keep this in mind as some code snippets provided may no longer work or need modification to work on current systems.
Ruby arrays have operations similar to strings. As the quote notation creates a String object, the bracket notation creates an Array object.