<?php $arr1 = ['id'=>100,'demo'=>"SQ"]; $arr2 = [1=>100, 1.3=>"SQ", 1.7="SHI", true="Qiang"]; print_r($arr1); print_r($arr2);?>
Correct solution on the first floor
1.7=> true=>
Correct solution on the first floor
1.7=> true=>