<?php $dogs = array('A' => 'C', 'B' => 'D','X' => 'Z', 'Q' => 'T'); asort($dogs); printf("<pre>%s</pre>\n", var_export($dogs, TRUE)); ?>