php*: add Korean translation (#14630)

This commit is contained in:
코드싸이
2024-11-05 16:04:12 +09:00
committed by GitHub
parent b2a69f45f9
commit 229809dca1
18 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# phpstorm
> JetBrains IntelliJ 플랫폼을 기반으로 한 PHP용 크로스 플랫폼 IDE.
> 더 많은 정보: <https://jetbrains.com/phpstorm>.
- 특정 디렉토리 열기:
`phpstorm {{경로/대상/폴더}}`
- 파일 열기:
`phpstorm {{경로/대상/파일}}`
- 특정 줄에서 파일 열기:
`phpstorm --line {{줄_번호}} {{경로/대상/파일}}`
- 두 파일 간의 차이점 보기:
`phpstorm diff {{경로/대상/왼쪽_파일}} {{경로/대상/오른쪽_파일}}`