png
png
Sequentially Rename All Image Files In A Directory With PHP
Mon, 03/02/2009 - 12:36 | by philipnorton42The following function will rename all of the image files in a directory to be sequential. The parameters are the path of the directory that the files are in and the name of a function that will be used to sort the array of files through the PHP usort() function.