Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 3 View Live

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 Article


Sameer 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 Article


PHPMaster.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
Browsing latest articles
Browse All 3 View Live