RosettaCodeData/Task/Arrays/PHP/arrays-9.php

2 lines
71 B
PHP
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$CustomKeyArray = array("d" => "A", "c" => "B", "b" =>"C", "a" =>"D");