View Single Post

  #7 (permalink)  
Old 12-28-2007
The87Boy
 
Posts: n/a
Default Re: PHP Cli arguments

On Dec 28, 4:21 pm, Iván Sánchez Ortega <ivansanchez-...@rroba-
escomposlinux.-.punto.-.org> wrote:
> The87Boy wrote:
> > On Dec 28, 3:54 pm, shimmyshack <matt.fa...@gmail.com> wrote:
> >> yes excatly escape the commands using " or ' and then explode by
> >> space (" ") once you have the commands as a string

>
> > Yes, but how do I split it up commands (the arguments that starts with
> > - or --)?

>
> They are already in $argv !!
>
> http://php.net/manual/en/features.commandline.php


That is not the question, but how I can split up, when there is an
argument starting with - or --, so the array's key is the argument
that starts with - or -- and the array's values is the arguments, that
follows the argument
Reply With Quote