It contains Simple Questions and Answers in PHP
<?php $myworld = array("a"=>"everything","b"=>"nothing","c"=>"is"); arsort($myworld); print_r($myworld); ?>