Pages

Thursday, June 1, 2017

12 Useful PHP Commandline Usage Every Linux User Must Know

In my last post “How to Use and Execute PHP Codes in Linux Command – line”, I emphasized on running PHP codes directly in Linux Command-line as well as executing PHP script file in Linux Terminal.
Run PHP Codes in Linux Commandline
Run PHP Codes in Linux Commandline – Part 2
This post aims at making you aware of a few awesome features of PHP usage in Linux terminal.
Let us configure a few php.ini settings in the PHP interactive shell.
6. Set PHP Command-line Prompt
To set PHP command-line prompt, you need to start a PHP interactive shell from the Linux terminal using following php -a (enabling PHP Interactive mode) command.

      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
                                                    ► Read more: http://adf.ly/1n46EB
      ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

No comments:

Post a Comment