View Single Post
Old Feb 1st, 2008, 10:40 AM   #15
grimpirate
King of Portal
 
grimpirate's Avatar
 
Join Date: Sep 2005
Posts: 431
Rep Power: 4 grimpirate is on a distinguished road
Send a message via Yahoo to grimpirate
Re: Function too convoluted?

One final correction it can work the way you said Sane, but it needs one extra step:
PHP Syntax (Toggle Plain Text)
  1. function comparator($key, $value){
  2. return $key < $value;
  3. }
  4. $foo = 'comparator';
  5. print_r($foo(0, 1));
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis
grimpirate is offline   Reply With Quote