001+ Usage: php 002+ php -[b|c|n|h|i|q|s|v|?] [] [args...] 003+ Run in LSAPI mode, only '-b', '-s' and '-c' are effective 004+ Run in Command Line Interpreter mode when parameters are specified 005+ 006+ -b | Bind Path for external LSAPI Server mode 007+ -c | Look for php.ini file in this directory 008+ -n No php.ini file will be used 009+ -h This help 010+ -i PHP information 011+ -l Syntax check 012+ -q Quiet-mode. Suppress HTTP Header output. 013+ -s Display colour syntax highlighted source. 014+ -v Version number 015+ -? This help 016+ 001- array(3) { 002- [0]=> 003- string(1) "a" 004- [1]=> 005- string(1) "b" 006- [2]=> 007- string(1) "c" 008- } 009- array(3) { 010- [0]=> 011- string(2) "aq" 012- [1]=> 013- string(2) "bq" 014- [2]=> 015- &string(2) "cq" 016- } 017+ args... Arguments passed to script.