I know of cause. But we have included -r and argument passing see examples:
php -r 'echo "Hello Wolrd!";' php -r 'echo $argv[1];' 'Hello World' php -r 'echo join($argv," ");' Hello World who knows better than me? marcus At 21:32 13.03.2002, Slawomir Pucia wrote: > > I do not want to break the structure of the documentation but > > it is missing the cli version. I considere expaning > > chapters/install.commandline.xml > > but wasn't sure with document structure. So if someeone > > sets up the necessary files i can write what is worth > > knowing about CLI like argument passing and running > > code directly. > >Take a look at php.net/commandline first. > >slawek-