php3-list | 199901
Date: 01/25/99
- Next message: Michael Bonfert: "[PHP3] Image Map and Forms"
- Previous message: Howie Oakes: "[PHP3] file upload and value..."
- In reply to: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Next in thread: Samuel Liddicott: "[PHP3] Exec breaks params"
- Reply: Samuel Liddicott: "[PHP3] Exec breaks params"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Monday, January 25, 1999, 10:01 AM -0600 Richard Lynch
<lynch <email protected>> wrote:
> I think the whole point of file() is to suck in a whole file, as-is.
Nope. file() pulls it into an array.
> Read the docs.
I did:
<http://www.php.net/manual/function.file.php3>
file -- read entire file into an array
Description
array file(string filename);
Identical to readfile(), except that file() returns the file in an array.
Each element of the array corresponds to a line in the file, with the
newline still attached.
-- Tommy Williams <mailto:Tommy.Williams <email protected>> <URL:http://www.mc.Vanderbilt.Edu/~tommy/>-- 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: Michael Bonfert: "[PHP3] Image Map and Forms"
- Previous message: Howie Oakes: "[PHP3] file upload and value..."
- In reply to: Richard Lynch: "RE: [PHP3] $scalar = include(text.inc)?"
- Next in thread: Samuel Liddicott: "[PHP3] Exec breaks params"
- Reply: Samuel Liddicott: "[PHP3] Exec breaks params"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

