Jochen Hansper wrote:
> The indexed array 'parameters' is expected to be:
> 
> array( {int|string} expires [, string path [, domain [, bool secure [,bool 
> httponly]]]] )

Why not like this?

array(
        'expires' => ...,
        'path' => ...,
        'domain => ...,
        'secure' => ...,
        'httponly' => ...
);

I think, it will be more readable.

-- 
Ondrej Ivanic
([EMAIL PROTECTED])

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

Reply via email to