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.
>
>
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