Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$collection = collect([
"input1" => "50",
"input2" => "0",
"input3" => "60000",
"input6" => "777",
]);
var_export(
$collection->only(["input1" , "input2" , "input3", "input4", "input5"])
);