Linux Command
php
PHP language command line interface
Supplementary instructions
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.
grammar
php(options)(parameters)
Options
-a: Enter interactive mode;
-c: Specify the search path for "php.ini".
Parameters
File: php script to be executed.


