本文介绍了直接在PhpStorm中运行PHP脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
- 如何在PhpStorm中立即运行当前的PHP文件?
- 如何在PHPstorm中像PyCharm一样执行PHP命令?
推荐答案
在编辑器中右键单击,选择运行(或按ctrl + shift + f10 )用于命令行脚本执行。如果要在Web服务器上进行测试,请在同一菜单中使用在浏览器中打开(必须为浏览器和服务器配置正确配置的映射)。
Right click in the editor, choose Run (or press ctrl+shift+f10) for command line script execution. If you want to test it on a web server, use Open in Browser from the same menu (you must have browser and server with mappings properly configured for this).
这篇关于直接在PhpStorm中运行PHP脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!