A PHP Command-line interface parser
on October 20th, 2011 at 11:22 pmToday, I decided to build a simple, but highly parametrable script that takes a bunch of images and resizes them with a given method. My first problem was : how to make a good command line arguments parser, so that I don’t have to write each argument in a specific order, or not putting some […] ↓ Read the rest of this entry…



