Re: file function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I see. Now I know how it works. Thank you, all, for
your great help.

Joe

--- Burhan Khalid <phplist@xxxxxxxxxxxx> wrote:

> Joseph Lee wrote:
> > Hi,
> > 
> > I tried file() in the following lines:
> > 
> > <?php
> >    $authFile = file("/tmp/authenticate.txt");
> >    print "authFile = $authFile";
> > ?>
> > 
> > However, it only gave me
> > authFile = Array
> > 
> > What's wrong with this file function? I tried
> single
> > quotes, but got the same answer, too.
> 
> Nothing.  You need to read the documentation.  What
> you probably wanted was:
> 
> print "authFile = ".implode("",$authFile);
> 
> or file_get_contents().
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 



		
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux