Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Login    Share code      Blog   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear

Stuck with a problem? Got Error? Ask AI support!

Copy Clear
Copy Format Clear
<?php $input = [ 1730474763 - 1730471763, 1730474763 - 1730472763, 1730474763 - 1730474363, 1730474763 - 1730471263, 1730474763 - 1730465763, ]; var_dump(array_reduce($input, fn ($acc, $ts) => round($ts / 60) + $acc, 0)); var_dump(array_reduce($input, fn ($acc, $ts) => $ts / 60 + $acc, 0));
Copy Clear