Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12221 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19966 invoked by uid 1010); 18 Aug 2004 18:56:31 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13011 invoked from network); 18 Aug 2004 18:55:08 -0000 Received: from unknown (HELO mail30.ha.ovh.net) (213.186.33.51) by pb1.pair.com with SMTP; 18 Aug 2004 18:55:08 -0000 Received: (qmail 8849 invoked by uid 503); 18 Aug 2004 18:55:07 -0000 Received: from amarseille-151-1-46-40.w82-122.abo.wanadoo.fr (HELO fafastation) (82.122.92.40) by ns0.ovh.net with SMTP; 18 Aug 2004 18:55:07 -0000 To: Date: Wed, 18 Aug 2004 20:54:56 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcSFVNpuKQQrI49QQ4aV03Do7ldJeg== Subject: Re: [PHP-DEV] Re: setcookie() and Max-Age From: fabrice@vignals.com (" Fabrice Vignals") Message-ID: Good new for this feature. I think array in arguments is not so good, for documentation + comprehension + syntax code Documentation approximate Syntax : bool SetCookie( string $name, [string $value], [array $array('Max-Age'=> int $max-age, ['Comment'=> string $comment], > ['Path'=> relative||absolute path '/'] )] ) Also, I don't have any php function in mind, that use a "specific array" ( array $key fixed ) as argument.