<?php
$generations = [
["Generacja 1", "30 września 2009"], // Nehalem
["Generacja 2", "5 stycznia 2011"], // Sandy Bridge
["Generacja 3", "29 kwietnia 2012"], // Ivy Bridge
["Generacja 4", "4 czerwca 2013"], // Haswell
["Generacja 5", "5 września 2014"], // Broadwell
["Generacja 6", "2 września 2015"], // Skylake
["Generacja 7", "3 stycznia 2017"], // Kaby Lake
["Generacja 8", "21 sierpnia 2017"], // Coffee Lake
["Generacja 9", "19 października 2018"], // Coffee Lake Refresh
["Generacja 10", "30 kwietnia 2020"], // Comet Lake
["Generacja 11", "30 marca 2021"], // Rocket Lake
["Generacja 12", "4 listopada 2021"], // Alder Lake
["Generacja 13", "17 października 2022"], // Raptor Lake-S
["Generacja 14", "17 października 2023"], // Raptor Lake Refresh
];
// echo '<table style="background-color: #38629F; color: #FFFFFF; border: 1px solid #FFFFFF;">';
echo '<tr><th>Generacja Procesorów Intel</th><th>Od</th></tr>';
foreach ($generations as $generation) {
echo '<tr><td>' . $generation[0] . '</td><td>' . $generation[1] . '</td></tr>';
}
echo '</table>';
?>
Lp. | MODEL | data wydania |
1 | Intel Core i3-530 | 31 marca 2010 |
2 | Intel Core i3-540 | 31 marca 2010 |
3 | Intel Core i3-550 | 31 marca 2010 |
4 | Intel Core i3-560 | 30 czerwca 2010 |
5 | Intel Core i5-750 | 30 czerwca 2010 |
6 | Intel Core i5-760 | 30 czerwca 2010 |
7 | Intel Core i5-650 | 30 czerwca 2010 |
8 | Intel Core i5-660 | 31 marca 2010 |
9 | Intel Core i5-661 | 31 marca 2010 |
10 | Intel Core i5-670 | 31 marca 2010 |
11 | Intel Core i7-920 | 31 marca 2010 |
12 | Intel Core i7-940 | 31 marca 2010 |
13 | Intel Core i7-965 Extreme Edition | 31 grudnia 2008 |
14 | Intel Core i7-930 | 31 grudnia 2008 |
15 | Intel Core i7-950 | 30 czerwca 2009 |
16 | Intel Core i7-960 | 31 grudnia 2009 |
17 | Intel Core i7-970 | 30 czerwca 2009 |
18 | Intel Core i7-980X Extreme Edition | 31 marca 2010 |
Generacja 2
Generacja 3
Generacja 4