$matriz = array(0 => "Carlos", 1 => "Juan", 2 => "Pedro");
echo $matriz[0]; // Carlosecho $matriz[1]; // Juanecho $matriz[2]; // Pedro