fork download
  1. <?php
  2.  
  3. $csv = <<<END
  4. 57901,"EOTech","EXPS3-0",0,"RtclePattern65MOAring/(1)1MOAdot","Reticle Pattern 65MOA Ring/(1)1 MOA Dot","Eotech has done it again by making the best even better. Offering true 2 eyes open shooting, a transversely mounted lithium 123 battery, and 7 mm raised base offering iron sight access, the new Extreme-XPS (EXPS) features easy to adjust side buttons and a single, quick release throw lever for easy attachment and removal.
  5.  
  6. Features:
  7.  
  8. - Reticle is a 65MOA circle with 1 MOA aiming dot
  9. - Single transverse 123 battery to reduce sight length
  10. - Shortened base only requires at most 2 3/4 inch of rail space compared to the 4 inch N battery sights
  11. - Battery cap and latch are eliminated and replaced with a simple O-ring, tethered cap; better sealing is achieved
  12. - Battery compartment is now separated from the base to allow it to hover over the delta ring of the rifle
  13. - Average battery life at brightness level 12 is roughly 500-600 hours, 3X battery life of N cell sights
  14. - Side buttons, NV compatible with a single quick detach throw lever
  15.  
  16. Specifications:
  17.  
  18. Operation
  19.  
  20. - Optics: Transmission holography - parallax free
  21. - Magnification: 1x
  22. - Eye Relief: Unlimited
  23. - Length/Width/Height: 3.5""x2.4""x2.8"" (91.4X 60.9x71mm)
  24. - Weight: 11.2 oz (317grams)
  25. - Temperature: -40 to 150 F
  26. - Waterproof: Submersible to 33 ft depth
  27. - Sealing: Fogproof internal optics
  28. - Color/Finish: Non reflective black with hard coat finish
  29. - Adjustment (per click): 0.5 MOA (1/2"" at 100 yds)
  30. - Adjustment Range: +/- 40 MOA travel
  31. - Mount: 1"" Weaver or(MILSTD913)
  32. - Return to Zero: Repeatable to within 2 MOA after re-mounting
  33. - Night Vision Compatibility: 10 brightness setting (generation I-III+)
  34.  
  35. Heads-Up-Display Window
  36.  
  37. - Optical Surfaces: Anti-glare coating
  38. - Window Dimensions: 1.20"" x 0.85"" (30 x 23mm)
  39. - Front Window Material: 1/8"" solid glass
  40. - Rear Window Material: Shatter resistant laminate (3/16"" thick)
  41. - Field of View (100 yds): 30 yds (28m) at a 4"" eye relief
  42.  
  43. Electrical
  44.  
  45. - Brightness Adjustment Range: 146,000:1 brightest to lowest
  46. - Night Vision Brightness Range: 1280:1 with NV switch engaged
  47. - Power Source: (1) 123 lithium battery
  48. - Battery Life: 600 continuous hours at nominal setting 12
  49. - Brightness Settings: 30 settings with scrolling feature (10 settings for NV use)
  50. - Auto Battery Check Indicator: Flashing reticle upon start-up
  51. - Auto Shut-down: At 8 hrs- programmable to 4 hrs
  52. - Eotech has done it again by making the best even better. Offering true 2 eyes open shooting, a transversely mounted lithium 123 battery, and 7 mm raised base offering iron sight access, the new Extreme-XPS (EXPS) features easy to adjust side buttons and a single, quick release throw lever for easy attachment and removal.","eotepicexps3-0.jpg",504.26,629,679,0,"1.35","7","6","2.875","Optics","Scopes","OP","EOTE","www.eotech-inc.com","","","C","672294600336",72628,"","","th_eotepicexps3-0.gif","$50.00 Mail-In Rebate","eotechhiresrebate.pdf",2010-12-31 00:00:00,"","",,"","",,-1,"",1,1,197,"NA"
  53. END;
  54.  
  55. $fp = fopen( 'php://temp', 'w+' );
  56. fputs( $fp, $csv );
  57. rewind( $fp );
  58. $data = fgetcsv( $fp, 0, ',', '"' );
  59. fclose( $fp );
  60.  
  61. var_export( $data );
Success #stdin #stdout 0.02s 13648KB
stdin
Standard input is empty
stdout
array (
  0 => '57901',
  1 => 'EOTech',
  2 => 'EXPS3-0',
  3 => '0',
  4 => 'RtclePattern65MOAring/(1)1MOAdot',
  5 => 'Reticle Pattern 65MOA Ring/(1)1 MOA Dot',
  6 => 'Eotech has done it again by making the best even better. Offering true 2 eyes open shooting, a transversely mounted lithium 123 battery, and 7 mm raised base offering iron sight access, the new Extreme-XPS (EXPS) features easy to adjust side buttons and a single, quick release throw lever for easy attachment and removal.

Features:

- Reticle is a 65MOA circle with 1 MOA aiming dot
- Single transverse 123 battery to reduce sight length
- Shortened base only requires at most 2 3/4 inch of rail space compared to the  4 inch N battery sights
- Battery cap and latch are eliminated and replaced with a simple O-ring, tethered cap; better sealing is achieved
- Battery compartment is now separated from the base to allow it to hover over the delta ring of the rifle
- Average battery life at brightness level 12 is roughly 500-600 hours, 3X battery life of N cell sights
- Side buttons, NV compatible with a single quick detach throw lever

Specifications:

Operation

- Optics: Transmission holography -  parallax free
- Magnification: 1x 
- Eye Relief: Unlimited
- Length/Width/Height: 3.5"x2.4"x2.8" (91.4X 60.9x71mm)
- Weight: 11.2 oz (317grams)
- Temperature: -40 to 150 F 
- Waterproof: Submersible to 33 ft depth
- Sealing: Fogproof internal optics
- Color/Finish: Non reflective black with hard coat finish
- Adjustment (per click): 0.5 MOA (1/2" at 100 yds)
- Adjustment Range: +/- 40 MOA travel
- Mount: 1" Weaver or(MILSTD913) 
- Return to Zero: Repeatable to within 2 MOA after re-mounting
- Night Vision Compatibility: 10 brightness setting (generation I-III+)

Heads-Up-Display Window

- Optical Surfaces: Anti-glare coating
- Window Dimensions: 1.20" x 0.85" (30 x 23mm)
- Front Window Material: 1/8" solid glass
- Rear Window Material: Shatter resistant laminate (3/16" thick)
- Field of View (100 yds): 30 yds (28m) at a 4" eye relief

Electrical

- Brightness Adjustment Range: 146,000:1 brightest to lowest
- Night Vision Brightness Range: 1280:1 with NV switch engaged
- Power Source: (1) 123 lithium battery
- Battery Life: 600 continuous hours at nominal setting 12
- Brightness Settings: 30 settings with scrolling feature (10 settings for NV use)
- Auto Battery Check Indicator: Flashing reticle upon start-up
- Auto Shut-down: At 8 hrs- programmable to 4 hrs
- Eotech has done it again by making the best even better. Offering true 2 eyes open shooting, a transversely mounted lithium 123 battery, and 7 mm raised base offering iron sight access, the new Extreme-XPS (EXPS) features easy to adjust side buttons and a single, quick release throw lever for easy attachment and removal.',
  7 => 'eotepicexps3-0.jpg',
  8 => '504.26',
  9 => '629',
  10 => '679',
  11 => '0',
  12 => '1.35',
  13 => '7',
  14 => '6',
  15 => '2.875',
  16 => 'Optics',
  17 => 'Scopes',
  18 => 'OP',
  19 => 'EOTE',
  20 => 'www.eotech-inc.com',
  21 => '',
  22 => '',
  23 => 'C',
  24 => '672294600336',
  25 => '72628',
  26 => '',
  27 => '',
  28 => 'th_eotepicexps3-0.gif',
  29 => '$50.00 Mail-In Rebate',
  30 => 'eotechhiresrebate.pdf',
  31 => '2010-12-31 00:00:00',
  32 => '',
  33 => '',
  34 => '',
  35 => '',
  36 => '',
  37 => '',
  38 => '-1',
  39 => '',
  40 => '1',
  41 => '1',
  42 => '197',
  43 => 'NA',
)