Look in the archives for that guys original patch; it allowed doing something like this:
$foo = array(); $foo[] = "some text"; $foo[] = "more text"; file_put_contents("file.txt", $foo); and also: file_put_contents("file.txt", $foo, $bar, $baz); I'm not 100% sure if we want this feature, but perhaps it is worth revisiting that patch. --Wez. On Thu, 20 Feb 2003, Ilia A. wrote: > On February 20, 2003 02:51 pm, Sara Golemon wrote: > > > Was it decided not to create these? > > Yes > > > Is it simply a matter of noone having gotten around to it? > > Yes > > > Am I paying too much attention to the voices in my head? > > Maybe ;) > > > Joking aside, I do have a patch to implement the mentioned functionality at > http://bb.prohost.org/file2.txt. If there are no objections I'll commit this > to the CVS tommorow. > > Ilia > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php