直接在 PhpStorm 中运行 PHP 脚本

发布于 2024-12-09 07:24:53 字数 95 浏览 0 评论 0原文

  1. 如何在 PhpStorm 中立即运行当前的 PHP 文件?
  2. 如何像 PyCharm 一样在 PHPstorm 中执行 PHP 命令?
  1. How can I instantly run the current PHP file in PhpStorm?
  2. How can I execute PHP command in PHPstorm like PyCharm?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北凤男飞 2024-12-16 07:24:53

在编辑器中右键单击,选择运行(或按 ctrl+shift+f10)以执行命令行脚本。如果您想在网络服务器上测试它,请使用同一菜单中的在浏览器中打开(您必须拥有正确配置映射的浏览器和服务器)。

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).

千里故人稀 2024-12-16 07:24:53

除了 @CrazyCoder 的解决方案之外,在 2016.3 版本中,我遇到了这个问题,我只看到了 2 个这样的图标,

< img src="https://i.sstatic.net/qqlx9.png" alt="运行对话框">

你应该点击第二个!

如果您点击第二个(像我一样),我知道它会在浏览器选项卡中打开。它是在嵌入式 Web 服务器中打开的配置。

所以我想删除这个配置并开始一个新的。因此,我在右上角找到了通过此下拉菜单的条目,

编辑配置对话框

在选择“编辑配置”时,我可以更改测试配置。

希望这对像我这样的人有帮助,尽管显然不是最初的海报。

干杯

On top of @CrazyCoder's solution, in version 2016.3 I came across this issue where I just saw 2 icons like this,

Run dialog

You should hit the 2nd one!

IF you hit the 2nd (like me) next thing I know, it opened in a browser tab. It is a configuration to open in an embeded web server.

So I wanted to delete this configuration and start a new one. So, I found the entry to through this drop down in the top right corner,

Edit Configuration Dialog

While picking Edit Configuration, I could change the test configuration.

Hope that helps someone like me, although clearly not the initial poster.

Cheers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文