↧
Paul Gregg's Blog: "tail -# file" in PHP
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...
View ArticleSameer Borate's Blog: Tail functionality in PHP
Sameer Borate has posted an alternative to "tail" that you can use to find the last X number of lines in a log file you'd like to follow without having the overhead of parsing the entire file....
View ArticlePHPMaster.com: Understanding Recursion
On PHPMaster.com today there's a new tutorial posted that talks about something that can be a more difficult concept for budding developers to grasp - recursion. In one of my previous articles I wrote...
View Article