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.
我想使用 Zend Studio 11.0 在 CLI 模式下分析一个 php 脚本。当我在脚本上单击鼠标右键时,我选择“配置文件为”>“1 PHP CLI 应用程序”。该脚本会立即执行和分析。但我必须将参数传递给脚本。这个怎么做 ?
解决方案是:我们必须添加一个新的配置文件配置(在脚本上单击右键 > 配置文件作为 > 配置文件配置 ...),并在“PHP 脚本参数”部分添加参数。然后,运行配置文件按钮菜单中的新配置。