PHP language command line interface
php command is the command line interface of the popular Web development language PHP. You can use the PHP language to develop command line-based system management scripts.
php(options)(parameters)
-a: Enter interactive mode;
-c: Specify the search path for "php.ini".
File: php script to be executed.