Another nice use case is querybuilders:

$query = buildQuery(select: $columns, from: $tables, leftjoin: $leftjoins,
limit: 10);

It's nice to be able to stick to what matters, and omit everything that
doesn't matter (ordinary joins, where, group by, having).

With func_get_args() returning an associative array, one could also, for
example, generate html tags (with parameters being attribute names with
their values).

Named parameters would add a lot of flavor, while being 100% backward
compatible.

- Ron



"Hartmut Holzgraefe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Andrei Zmievski wrote:
> > Hartmut, there are only 2 or 3 of those functions where the order
differs.
>
> but it's the fact that it differs at all that counts ...
>
> -- 
> Hartmut Holzgraefe, Senior Support Engineer                            .
> MySQL AB, www.mysql.com

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

Reply via email to