The 0th value of the array $tv is Lost

The 1th value of the array $tv is Flight of the Conchords

The 0th value of the array $tv is Lost

The 1th value of the array $tv is The Daily Show

There are 2 elements in the array labeled $tv

Here is what happens if we try to print the contents of the array as if it were a mere variable:

$ten = Array

$days = Array

$years = Array

Here is what the $months array looks like if we print the contents using print_r
Array ( [0] => Janurary [1] => Feb [2] => March [3] => April [4] => May [5] => June [6] => July [7] => August )

randomize an array
Array ( [0] => lies [1] => cookies [2] => coffee [3] => cake )
sort an array
Array ( [0] => cake [1] => coffee [2] => cookies [3] => lies )

I picked 6 at random from values ranging from 1 to 10.

What month were you born?