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:
|
|