My associative array: $arr = array( 1 => "Value1", 2 => "Value2", 10 => "Value10" );. Using the following code, $v is filled with $arr 's values
www.google.com.tw