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

12
pages.ko/common/phpize.md Normal file
View File

@@ -0,0 +1,12 @@
# phpize
> PHP 확장을 컴파일할 준비를 합니다.
> 더 많은 정보: <https://www.php.net/manual/install.pecl.phpize>.
- 현재 디렉토리에서 PHP 확장을 컴파일할 준비:
`phpize`
- phpize로 생성된 파일 삭제:
`phpize --clean`