Does anyone know of a decent command-line argument parsing library that works well with PHP? This would help me out for writing shell scripts that can accept many command-line options.
TIA, - TIM
Why won't the execution functions work for you?
Or do you mean you're using PHP as the shell scripting language? [man]getopt[/man] is on non-Windows machines.