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 $collection = collect([ "Jul-2022" => [], "Aug-2022" => [ "annualbuffalomilksalerecordforcustomer" => "8.00", "annuala2milksalerecordforcustomer" => "5.50", "annualjerseymilksalerecordforcustomer" => "2.50", "annualbuffalomilksalerecord" => "168.00", "annuala2milksalerecord" => "0.00", "annualjerseymilksalerecord" => "390.00", ], ]); var_export( $collection->map(fn($row) => $row + ['sumofmilksale' => array_sum($row)]) );
Copy Clear