Le mercredi 26 juillet 2006 à 12:27 +0200, Jochem Maas a écrit : > Yannick Warnier wrote: > > Hi there, > > > > I'm trying to deal with big files (over 4GB) with PHP4.3.9 ans PHP4.4 > > but obviously it's not really possible. > > no, we're not quite at the 4GB-flash-header-files-for-webpages stage of > internet evolution ;-) > > > > > Is there a library somewhere that allows elementary operations on these > > kinds of files by, for example, using the operating systems commands > > (Linux in this case)? > > exec(), system(), shel__exec(), the backtick operators ? I meant some class or library that already deals with parsing the results from the commands you might use on the system, like exec("ls -lh") with a parsing to get the file size directly and so on. No need to reinvent the wheel, is there? Yannick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php