On 15/01/06, Derick Rethans <[EMAIL PROTECTED]> wrote: > mysqli_connect( array( 'host' => $host, 'port' => $port ) ); > (except that it's a bit more to type).
Just a small suggestion - what do you all think of creating an array implicitely on function calls like db_connect('host' => $host, 'port' =>$port), or funcname($param1, $param2, 'foo' => 'bar'). Those parts would have to be on the very end of the argument list. Would eliminate the need for "a bit more to type". function definition would be like function funcname ($p1, $p2, $params = array()); As I said, just a quick suggestion... Regards, Stefan Walk -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php