ID:               15387
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: not relevant
 PHP Version:      4.1.1
 New Comment:

This bug has been fixed in CVS.


Previous Comments:
------------------------------------------------------------------------

[2002-02-05 11:34:42] [EMAIL PROTECTED]

The correct script should use at line 2 of the script the file
function, but is missing:
instead this line,
$data = implode("", "bigfile.txt");

it should have been
$data = implode("", file("bigfile.txt"));

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15387&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to