php3-list | 199901
Date: 01/25/99
- Next message: Howie Oakes: "[PHP3] file upload and value..."
- Previous message: Carl E Eriksson: "[PHP3] Unable to connect with php3"
- Maybe in reply to: smindlin <email protected>: "[PHP3] $scalar = include(text.inc)?"
- Next in thread: Tommy Williams: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: Tommy Williams: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 8:41 AM 1/25/99, Tommy Williams wrote:
>$scalar = join("", file('text.inc'));
Uhhhh. join("", whatever) is going to be a no-op, isn't it?
I think the whole point of file() is to suck in a whole file, as-is.
Read the docs.
-- "TANSTAAFL" Rich lynch <email protected> webmaster@ and www. all of:
R&B/jazz/blues/rock - jademaze.com music industry org - chatmusic.com
acoustic/funk/world-beat - astrakelly.com sculptures - olivierledoux.com
my own nascent company - l-i-e.com cool coffeehouse - uncommonground.com
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Howie Oakes: "[PHP3] file upload and value..."
- Previous message: Carl E Eriksson: "[PHP3] Unable to connect with php3"
- Maybe in reply to: smindlin <email protected>: "[PHP3] $scalar = include(text.inc)?"
- Next in thread: Tommy Williams: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: Tommy Williams: "RE: [PHP3] $scalar = include(text.inc)?"
- Reply: skiller <email protected>: "RE: [PHP3] $scalar = include(text.inc)?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

