运行 Sublime Text 中的 PHP 文件需执行以下步骤:安装 PHP 并设置 Sublime Text 的 PHP 可执行文件路径;打开 PHP 文件并转到“工具”>“Build”>“Run”,或按下快捷键 Ctrl+B(Windows)或 Cmd+B(macOS)。
如何运行 Sublime Text 中的 PHP 文件
步骤 1:安装 PHP
步骤 2:设置 Sublime Text
<code>"cmd": ["php", "$file"], "path": "c:\\path\\to\\php\\bin"</code>
步骤 3:运行 PHP 文件
或者,只需按键盘快捷键 Ctrl+B(Windows)或 Cmd+B(macOS)。
Sublime Text 将运行 PHP 文件并显示输出在控制台中。
提示:
The above is the detailed content of How to run php files in sublime. For more information, please follow other related articles on the PHP Chinese website!