On Thu, 4 Dec 2003 09:58:09 -0800, you wrote:

>David Otton <[EMAIL PROTECTED]>
>    on Thursday, December 04, 2003 3:43 AM said:
>
>> function f()
>> {
>>      return (array (7, 5));
>> }
>> 
>> list ($a, $b) = f();
>
>Hey cool! I never knew about that.

Yeah, compared with returning a pointer to an array of pointers to
structs... well, scripting languages make you lazy :)

But without some feedback, I have no idea whether it solved his problem or
not :(

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to