3v4l.org

run code in 300+ PHP versions simultaneously
<?php $students=array( "name"=>array("akash","jag", "rahul"), "id"=>array(01,02,03), "age"=>array(22,22,22), ); print_r($students); unset($students[0]["akash"]); print_r($students);

preferences:
49.93 ms | 402 KiB | 5 Q