Technohelp

Software

PHP - Commands and Configuration

Help with configuring web scripting software


Created at:2019-06-18 09:28:53 (Author: Admin)

Run PHP on the command line

$ php -a

Get General PHP installation information

From the command line run the following command.

$ phpinfo(INFO_GENERAL);

..or for all information:

phpinfo();