[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    Re: [PEAR-CVS] cvs: pear /File File.php
From:       Jon Parise <jon () php ! net>
Date:       2002-04-29 23:33:15
[Download RAW message or body]

On Mon, Apr 29, 2002 at 08:49:04PM -0000, Tal Peer wrote:

> +        $append ? return FILE_MODE_APPEND : return FILE_MODE_WRITE;

I usually prefer:

    return ($append) ? FILE_MODE_APPEND : FILE_MODE_WRITE;

... but I guess that's a matter of style.

-- 
Jon Parise (jon@csh.rit.edu)  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic