Language: PHP Highlight Mode: PHP Last Modified: March 16th, 2009
<?PHPFUNCTION uniqueArray($array){// Get unique elts as keys in assoc. arrayFOR($i=0,$n=COUNT($array,1);$i<$n;$i++)$u_array[$array[$i]]=1;// Copy keys only into another arrayRESET($u_array,1);FOR($i=0,$n=COUNT($u_array,1);$i<$n;$i++){$unduplicated_array[]=KEY($u_array,1);NEXT($u_array,1);}RETURN$unduplicated_array;}?>
SQL University.net courses meet the most demanding needs of the business world for advanced education
in a cost-effective manner. SQL University.net courses are available immediately for IT professionals
and can be taken without disruption of your workplace schedule or processes.
Compared to traditional travel-based training, SQL University.net saves time and valuable corporate
resources, allowing companies to do more with less. That's our mission, and that's what we deliver.