# phpstorm > 基于 JetBrains IntelliJ 平台的跨平台 PHP IDE。 > 更多信息:。 - 打开特定目录: `phpstorm {{path/to/directory}}` - 打开文件: `phpstorm {{path/to/file}}` - 在特定行打开文件: `phpstorm --line {{line_number}} {{path/to/file}}` - 查看两个文件之间的差异: `phpstorm diff {{path/to/left_file}} {{path/to/right_file}}`