advanced code snippet search
gpupo on 02/11/10
02/11/10 01:05pm02/11/10 01:05pm
<?php $b = $a = array('AC', 'AL', 'AM','BA','CE','DF','ES','GO','MA','MG','MS','MT','PA','PB','PE','PI','PR','RJ','RN','RO','RR','RS','SC','SP','TO');$c = array_combine($a, $b);print_r($c);
Report this snippet Tweet
Comment:
You need to login to post a comment.