|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-12 15:17 UTC] sebastian@php.net
[2002-04-10 18:06 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 17 17:00:02 2026 UTC |
It would be really nice if someone could make a function call for reading an entire file into one variable, so one would have to use implode("", file("file.txt")); for something as simple as that.