Normally when I'm looking for a function I start at a given spot, for
example, you've found yourself here :
http://www.php.net/manual/en/function.fopen.php
>From there, a good place to go is the given section, which in this case
is here :
http://www.php.net/manual/en/ref.filesystem.php
Which contains a long list of file related a functions with brief
descriptions. Within the list is :
file Reads entire file into an array
Granted it's a fairly long list, but through time the names and functions
become remembered, and quicker and quicker they'll be found.
http://www.php.net/manual/en/function.file.php
regards,
philip
On Wed, 4 Jul 2001, JCampbell wrote:
> I had an example of a function to open a file and read its contents into an
> array. It worked so that each line of the file was one element of the array.
> I can't find my example, nor can I get it to work the way I'd like. Any
> help?
>
>
> =-
> Jonathan Campbell ( [EMAIL PROTECTED] )
>
> Mid days haze and I'm still not awake
> I got everything going but my bills are still late
> Funnier than hell and I think it's a blast
> Life's like a laugh when you got no money
>
> Lyrics from "Average Day" by Aztek Trip ( http://www.aztektrip.com )
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]