Files
tldr/pages.zh/common/psysh.md

16 lines
325 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# psysh
> 一个用于 PHP 的运行时开发者控制台、交互式调试器和 REPL。
> 更多信息:<https://psysh.org>。
- 在当前目录打开一个 shell
`psysh`
- 在特定目录打开一个 shell
`psysh --cwd {{path/to/directory}}`
- 使用特定的配置文件:
`psysh --config {{path/to/file}}`