Re: [PHP-DEV] getopt function

2002-09-28 Thread Sander Roobol
On Fri, Sep 27, 2002 at 10:25:56PM -0400, Jon Parise wrote: > I wrote a simply getopt function for PHP (based on the system's > getopt() call). This is not meant to compete with the getopt PEAR > class but rather to provide simple command line parsing capabilities > to CLI-based PHP scripts. > >

Re: [PHP-DEV] getopt function

2002-09-28 Thread derick
On Fri, 27 Sep 2002, Jon Parise wrote: > I wrote a simply getopt function for PHP (based on the system's > getopt() call). This is not meant to compete with the getopt PEAR > class but rather to provide simple command line parsing capabilities > to CLI-based PHP scripts. > > If there are no obj

[PHP-DEV] getopt function

2002-09-27 Thread Jon Parise
I wrote a simply getopt function for PHP (based on the system's getopt() call). This is not meant to compete with the getopt PEAR class but rather to provide simple command line parsing capabilities to CLI-based PHP scripts. If there are no objections, I'd like to commit this over the weekend (a