Posts Tagged With: Download php Class

Data to Graph :: Generate bar charts from arrays of data

This class can be used to generate bar charts from arrays of data.  It takes as parameters two arrays that define the values of the bars to display. It creates an image with a given width and height, displays the axis values and draws each of the chart bars. The resulting image is store in … Continue reading »

Categories: Downloads, PHP Code | Tags: , , | 306 Comments

Create File By Parsing Dir :: Create a CSV with a list of files of a directory

This class can scan a given directory recursively and create a CSV file with the list of files with found in the directory that have file extensions of a given list. The CSV file uses a comma (,) as separator by default but it may use a different separator character. Download: http://www.phpclasses.org/browse/package/2350.html http://phpclasses.dmwtechnologies.com/browse/package/2350.html (mirror)

Categories: Downloads, PHP Code | Tags: , , , | 586 Comments

Grep Simulator :: Search for text in files like the Unix grep tool

This class can be used to search for text within files like the Unix grep utility. The class can traverse a directory recursively and read files with given file name extensions to find the text to be searched. It may also return the number of times that the search text string was found in a … Continue reading »

Categories: Downloads, PHP Code | Tags: , , , | 239 Comments