Home > Article > Development Tools > How to output results in phpstorm
Steps for phpstorm to output the running results:
1. First open the menu "Run"-> "Edit Configurations" option.
2. Then click on the symbol in the upper left corner of the window that opens.
Related recommendations: "PhpStorm Usage Tutorial"
3. Select "PHP Script" in the menu that opens.
4. Find "Configuration"->"File" in the opened interface.
5. Select the file you want to run on the console.
6. Fill in the path of the working directory (optional or not), and click "OK" in the lower right corner after completing the configuration.
7. Return to the main interface and click the menu "Run"->"Run...".
The above is the detailed content of How to output results in phpstorm. For more information, please follow other related articles on the PHP Chinese website!