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

2 lines
71 B
PHP
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$CustomKeyArray = array("d" => "A", "c" => "B", "b" =>"C", "a" =>"D");