Without running it, what does this do?
function hmmm(){ $i = 'a'; $array = array(); while($i != 'z'){ $array[$i] = $i; $i++; } return $array; }
Related posts:
- PHP Functions, you’re doing it wrong…
- Documenting PHP Code
- Getting Started With PHPUnit
- RE: Top 10 PHP Techniques That Will Save You Time and Effort
- Spartan Coding
Tags: Array data type, C, Computer programming, Computer science, Computing, Data types, hmmm, hotshot, PHP, popquiz, Programming, Sorting algorithms