PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $start = microtime(true); $docs = [ '31.01.2024', '07.06.2023', '07.06.2023', '07.06.2023', '29.03.2023', '29.03.2023', '29.03.2023', '11.01.2023', '25.01.2023', '13.03.2019', '13.03.2019', '11.10.2017', '11.10.2017', '29.03.2017', '04.12.2017', '14.07.2022', '08.07.2015', '24.09.2015', '08.07.2015', '31.01.2024', '10.06.2024', '13.05.2024', '22.04.2024', '04.04.2024', '20.03.2024', '20.03.2024', '27.02.2024', '12.02.2024', '15.01.2024', '10.01.2024', '06.12.2023', '05.12.2023', '27.11.2023', '27.11.2023', '17.10.2023', '11.10.2023', '19.07.2023', '19.07.2023', '19.06.2023', '15.06.2023', '05.06.2023', '29.05.2023', '10.04.2023', '10.04.2023', '08.02.2023', '16.01.2023', '16.01.2023', '10.11.2022', '02.10.2022', '31.05.2022', '31.05.2022', '19.05.2022', '19.05.2022', '17.04.2022', '17.04.2022', '12.01.2022', '12.01.2022', '27.10.2021', '20.10.2021', '09.08.2021', '04.06.2021', '04.06.2021', '04.06.2021', '07.04.2021', '07.04.2021', '07.04.2021', '07.04.2021', '07.04.2021', '14.01.2021', '14.01.2021', '24.11.2020', '24.11.2020', '27.10.2020', '16.10.2020', '23.06.2020', '23.06.2020', '02.06.2020', ]; $t_year = 0; for ($i = 1; $i <= 10000; $i++) { foreach ($docs as $date) { /* $timestamp = strtotime($date); $c_year = date('Y', $timestamp); */ $c_year = explode('.', $date); $c_year = end($c_year); } } $finish = microtime(true); $delta = ($finish - $start); echo number_format((float)$delta, 3, '.', ''), " s"; ?>
Show:  
Copy Clear