Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 netbeans 中运行 PHP 文件或代码,并在输出控制台中显示输出,就像在 zend 框架 F5 中一样。
打开您要使用的文件。在 netbeans 窗口左上角的项目选项卡上右键单击项目名称。选择设置配置 > 自定义,单击运行配置。从运行方式下拉菜单中选择脚本(在命令行中运行)
从选项窗口中选择 php 选项卡。设置 php 5 解释器的位置并激活输出窗口/编辑器复选框。