Class: Request
Source Location: /php/lang/Request.php
Class Request
Class Overview
|
HTTP 요청(Request)에 관련된 데이타를 제어한다.
static 메소드로만 이루어져 있습니다.
Located in /php/lang/Request.php [line 23]
Author(s):
Information Tags:
| Todo: | Request 객체 관련된 함수를 모두 구현해야한다. |
|
Methods
|
Methods
static void get(
$field, [
$value = ''], [
$is_set = false]
)
|
|
Parameters:
API Tags:
static void getGlobals(
$type
)
|
|
Parameters:
API Tags:
static void is(
$method
)
|
|
Parameters:
API Tags:
static void post(
$field, [
$value = ''], [
$is_set = false]
)
|
|
Parameters:
API Tags:
static void vars(
$field, [
$value = ''], [
$is_set = false]
)
|
|
Parameters:
API Tags:
static void view(
$type
)
|
|
Parameters:
API Tags:
|
|