PHP: Hypertext Preprocessor
|
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world. |
|
PHP - 위키백과 한국어
|
PHP ( PHP: Hypertext Preprocessor: 하이퍼텍스트 프리프로세서 )는 범용 프로그래밍 언어다. 원래는 'Personal Home Page'의 약자였다. 동적 웹 페이지를 만들기 위해 설계되었으며 이를 구현하기 위해 PHP로 작성된 코드를 PHP 엔진에서 html 파일과 같이 처리하여 작성자가 원하는 웹 페이지를 생성한다. 201... |
|
PHP - 나무위키
|
PHP는 대표적인 서버사이드 언어이며 현재는 범용 프로그래밍 언어이다. 전 세계 수많은 웹 시스템의 기반이 되는 언어. 비슷한 언어로는 Perl, Ruby 등이 있다. C-like 문법으로 되어 있고, CGI보다 나으며, Perl처럼 배열이 연관 배열이라 자료 구조가 간편하고, 내장된 웹 관련 함수들이 많아 웹 페이지 제작 ... |
|
|
|
PHP: Downloads
|
php-8.4.8.tar.gz (sig) [21,272Kb] · 05 Jun 2025 · sha256: 26d5ae014925b7dee3a61ec02422795f008fbb3a36f9355edaee2d9d78b89b07 ; php-8.4.8.tar.bz2 (sig) [17,166Kb] · 05 Jun 2025 · sha256: 36569c64dd1499e570c436603b641eee7cde4af576af786597d0ee711b3a3a8a ; php-8.4.8.tar.xz (sig) [13,300Kb] · 05 Jun 2025 · sha256: aa6a4d330b47eacd83e351658ba8c47747a1e4356456219cfb6d75e7838da091 |
|
PHP/문법 - 나무위키
|
기본적인 PHP코드는 다음과 같다. 각 php파일은 php로 시작되며 끝태그(?>)는 php코드만 있을 경우 붙이지 않는 것을 권장한다. |
|
|
|
PHP - 위키피디아 영어
|
PHP is a general-purpose scripting language geared towards web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by the PHP Group. PHP was originally an abbreviation of Personal... |
|
2) PHP 소개
|
PHP란? ; PHP(PHP: Hypertext Preprocessor)는 C언어를 기반으로 만들어진 서버 측에서 실행되는 서버 사이드 스크립트 언어입니다. PHP는 동적 웹 페이지를 쉽고 빠르게 만들 수 있도록 해주는 데 그 목적이 있습니다. PHP로 작성된 코드를 HTML 코드 안에 추가하면, 웹 서버는 해당 PHP 코드를 해석하여 동적 웹 페이지를 생성합니다. 동적 웹 페이지(dynamic web page)란 서버가 사용자의 요청을 해석... |
|
|
PHP: Documentation
|
Documentation The PHP Manual is available online in a... PHP.net customization page. For downloadable formats, please visit our documentation downloads page. Information about php.... |
|
php.net
|
@official_php의 최신 포스트를 확인하세요. The official Twitter account for http://php.net. |
|
|
PHP: License Information
|
PHP Licensing ; Q. I've written a project in PHP that I'm going to release as open source, and I'd like to call it PHPTransmogrifier. Is that OK? · A. We cannot really stop you from using PHP in the name of your project unless you include any code from the PHP distribution, in which case you would be violating the license. See Clause 4 in the PHP License v3.01. But we would really prefer if people would come up with their own names independent of the PHP name. "Why?" you ask. You are only tryi... |
|
PHP, JAVA와 장단점 비교, PHP의 미래
|
JAVA에 비해 PHP의 장점. 배우기 쉽고 사용하기 쉽다 : PHP는 간단하고 유연한 구문을 가지고 있어서 배우고 이해하기 쉬워서 초보자나 프로그래밍 경험이 제한된 사람들에게 이상적이다. 동적 타이핑 : PHP는 동적 타이핑을 사용합니다. 즉, 변수를 특정 데이터 유형으로 선언할 필요가 없습니다. 이것은 빠르게 시작하는 것을 더 쉽게 만들고 코딩을... |
|
PHP For Windows: Home
|
PHP 8.4 builds use Visual Studio 2022 ; PECL DLLs are Back! ; Missing PECL DLLs ; PECL DLLs for PHP 8.1 ; Where are the PECL DLLs? ; libjpeg dependency ; PHP 8 Snapshot Builds ; OCI DLLs missing from PHP 8.0.0 pre-release builds ; Windows Defender Warnings ; OpenSSL default config path changed |
|
|
PHP: PHP 8.1.0 Release Announcement
|
PHP 8.1 is a major update of the PHP language. Enums, readonly properties, first-class callable syntax, fibers, intersection types, performance improvements and more. |
|