001- array(3) { 002- [0]=> 003- int(1) 004- [1]=> 005- int(2) 006- [2]=> 007- int(3) 008- } 009- array(3) { 010- [0]=> 011- int(4) 012- [1]=> 013- int(5) 014- [2]=> 015- int(6) 016- } 017- array(3) { 018- [0]=> 019- int(7) 020- [1]=> 021- int(8) 022- [2]=> 023- int(9) 024- } 025- array(3) { 026- [0]=> 027- int(1) 028- [1]=> 029- int(2) 030- [2]=> 031- int(3) 032- } 033- array(3) { 034- [0]=> 035- int(4) 036- [1]=> 037- int(5) 038- [2]=> 039- int(6) 040- } 041- array(3) { 042- [0]=> 043- int(7) 044- [1]=> 045- int(8) 046- [2]=> 047- int(9) 048- } 049- array(3) { 050- [0]=> 051- int(10) 052- [1]=> 053- int(11) 054- [2]=> 055- int(12) 056- } 057- array(3) { 058- [0]=> 059- int(1) 060- [1]=> 061- int(2) 062- [2]=> 063- int(3) 064- } 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+ 017+ args... Arguments passed to script.