설정을 바꾸는 방법
기본 문법
PHP 매뉴얼
PHP Manual
언어 레퍼런스
기본 문법
HTML에서 벗어나기
명령 구분
주석
자료형
소개
Booleans
Integers
Floating point numbers
Strings
Arrays
Objects
Resources
NULL
Pseudo-types and variables used in this documentation
Type Juggling
변수
기본문법
미리 선언된 변수
변수 유효영역
가변 변수
외부에서 오는 변수들
상수
문법
마법 상수
표현식
연산자
연산자 우선권
계산 연산자
할당 연산자
비트 연산자
비교 연산자
오류 제어 연산자
실행 연산자
증가/감소 연산자
논리 연산자
문자열 연산자
배열 연산자
자료형 연산자
제어 구조
소개
if
else
elseif/else if
제어 구조의 대체 문법
while
do-while
for
foreach
break
continue
switch
declare
return
require
include
require_once
include_once
goto
함수
사용자 선언 함수
함수 인수
반환값
가변 함수
내부 (내장) 함수
익명 함수
클래스와 객체 (PHP 4)
class
extends
생성자
영역 해결 연산자 (::)
parent
객체 일렬화 - 세션 내의 객체
매직함수 __sleep와 __wakeup
생성자 안에서 참조
객체 비교
클래스와 객체 (PHP 5)
소개
The Basics
Autoloading Objects
Constructors and Destructors
Visibility
Scope Resolution Operator (::)
Static Keyword
Class Constants
Class Abstraction
Object Interfaces
Overloading
Object Iteration
Patterns
Magic Methods
Final 키워드
Object cloning
Comparing objects
Reflection
Type Hinting
Late Static Bindings
Objects and references
Namespaces
Namespaces overview
Defining namespaces
Declaring sub-namespaces
Defining multiple namespaces in the same file
Using namespaces: Basics
Namespaces and dynamic language features
namespace keyword and __NAMESPACE__ constant
Using namespaces: Aliasing/Importing
Global space
Using namespaces: fallback to global function/constant
Name resolution rules
FAQ: things you need to know about namespaces
예외
예외 확장하기
참조 표현
참조란 무엇인가
참조는 무엇을 하는가
참조가 아닌 것
참조에 의한 전달
참조 반환하기
참조 해제
참조로 볼수 있는것
Predefined Variables
Superglobals
— Superglobals are built-in variables that are always available in all scopes
$GLOBALS
— References all variables available in global scope
$_SERVER
— Server and execution environment information
$_GET
— HTTP GET variables
$_POST
— HTTP POST variables
$_FILES
— HTTP File Upload variables
$_REQUEST
— HTTP Request variables
$_SESSION
— Session variables
$_ENV
— Environment variables
$_COOKIE
— HTTP Cookies
$php_errormsg
— The previous error message
$HTTP_RAW_POST_DATA
— Raw POST data
$http_response_header
— HTTP response headers
$argc
— The number of arguments passed to script
$argv
— Array of arguments passed to script
Predefined Exceptions
Exception
ErrorException
Predefined Interfaces
Traversable
— The Traversable interface
Iterator
— The Iterator interface
IteratorAggregate
— The IteratorAggregate interface
ArrayAccess
— The ArrayAccess interface
Serializable
— The Serializable interface
컨텍스트 옵션과 인수
Socket context options
— Socket context option listing
HTTP context options
— HTTP context option listing
FTP context options
— FTP context option listing
SSL context options
— SSL context option listing
CURL context options
— CURL context option listing
Phar context options
— Phar context option listing
Context parameters
— Context parameter listing
설정을 바꾸는 방법
기본 문법
PHP 매뉴얼
PHP Manual