News Feed
Jobs Feed
Sections




News Archive
Paul Gregg's Blog:
"tail -# file" in PHP
April 24, 2009 @ 12:02:42

Paul Gregg has written up an example of what he calls "tail -# file for PHP" (starting from the end of file and moving backwards a given number of lines).

Here I will demonstrate a fairly tuned method of seeking to the end of the file and stepping back to read sufficient lines to the end of the file. If insufficient lines are returned, it incrementally looks back further in the file until it either can look no further, or sufficient lines are returned.

His script meets two goals - reading enough lines in for the request and keeping those lines to a minimum. His code grabs the size of the file and opens the file as a resource to fseek to a certain point and read in the lines from the defined start to finish and push them into an array. You can see the source here and a sample execution here.

0 comments voice your opinion now!
tail log file fseek example read


blog comments powered by Disqus

Similar Posts

Benjamin Eberlei's Blog: Using Zend_Soap Server and Autodiscover in a Controller

Symfony Blog: New in symfony 1.2: Doctrine goodies

Jamie Hammett's Blog: Open ID edit one page on Wordpress

Larry Garfield's Blog: readfile() not considered harmful

NetBeans Blog: UI for PHPUnit support


Community Events











Don't see your event here?
Let us know!


community api example introduction phpunit code composer podcast testing development unittest database series opinion release functional interview framework language zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework