aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/php
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/php
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/php')
-rw-r--r--files/ko/glossary/php/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ko/glossary/php/index.html b/files/ko/glossary/php/index.html
new file mode 100644
index 0000000000..3be68177aa
--- /dev/null
+++ b/files/ko/glossary/php/index.html
@@ -0,0 +1,19 @@
+---
+title: PHP
+slug: Glossary/PHP
+tags:
+ - CodingScripting
+ - Glossary
+ - Infrastructure
+ - PHP
+translation_of: Glossary/PHP
+---
+<p><strong>PHP</strong>(PHP: Hypertext Preprocessor)는 웹 응용 프로그램과 동적 웹 사이트를 구축하는 데 사용되는 오픈 소스 서버 측 스크립팅 언어입니다. 원래는 동적 웹 페이지를 만들기 위해 설계되었으며 이를 구현하기 위해 PHP로 작성된 코드를 HTML 소스 문서 안에 넣으면 PHP 처리 기능이 있는 웹 서버에서 해당 코드를 인식하여 작성자가 원하는 웹 페이지를 생성한다. 근래에는 PHP 코드와 HTML을 별도 파일로 분리하여 작성하는 경우가 일반적이며, PHP 또한 웹서버가 아닌 php-fpm(PHP FastCGI Process Manager)을 통해 실행하는 경우가 늘어나고 있습니다.</p>
+
+<h2 id="Learn_more">Learn more</h2>
+
+<ul>
+ <li><a href="http://php.net/">Official website</a></li>
+ <li>{{Interwiki("Wikipedia", "PHP")}} on Wikipedia</li>
+ <li><a href="https://en.wikibooks.org/wiki/PHP_Programming">PHP</a> on Wikibooks</li>
+</ul>