Let me summarize it for you then.

Advantages of named parameters over associative arrays:
- cleaner syntax
- support for type hints
- difference between required and optional parameters
- generating documentation (whether with something like phpDoc or an IDE)
- ...

Can anyone summarize the disadvantages now please?

- Ron


"Derick Rethans" <[EMAIL PROTECTED]> schreef in bericht 
news:[EMAIL PROTECTED]
> On Fri, 13 Jan 2006, Lukas Smith wrote:
>
>> Now obviously there would have to be someone to implement it, but I see 
>> no
>> "design" reason to not allow this feature in.
>
> But I see no reason to add it either...
>
> regards,
> Derick 

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to