On Feb 19, 2008 5:23 PM, Steve Edberg <[EMAIL PROTECTED]> wrote:
> For completeness sake, this is pretty much the same in PHP:
>
> function test() {
> return array(1,2);
> }
>
> list($a,$b) = test();Yup, just a few more keystrokes is all. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

