phpDocumentor php-lang
[ class tree: php-lang ] [ index: php-lang ] [ all elements ]

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

[ Top ]
Method Summary
static void   get()  
static void   getGlobals()  
static void   is()  
static void   method()  
static void   post()  
static void   vars()  
static void   view()  
Request   __construct()  

[ Top ]
Methods
static method get  [line 27]

  static void get( $field, [ $value = ''], [ $is_set = false]  )

Parameters:
   $field: 
   $value: 
   $is_set: 

API Tags:
Access:  public


[ Top ]
static method getGlobals  [line 104]

  static void getGlobals( $type  )

Parameters:
   $type: 

API Tags:
Access:  public


[ Top ]
static method is  [line 63]

  static void is( $method  )

Parameters:
   $method: 

API Tags:
Access:  public


[ Top ]
static method method  [line 67]

  static void method( )


API Tags:
Access:  public


[ Top ]
static method post  [line 39]

  static void post( $field, [ $value = ''], [ $is_set = false]  )

Parameters:
   $field: 
   $value: 
   $is_set: 

API Tags:
Access:  public


[ Top ]
static method vars  [line 51]

  static void vars( $field, [ $value = ''], [ $is_set = false]  )

Parameters:
   $field: 
   $value: 
   $is_set: 

API Tags:
Access:  public


[ Top ]
static method view  [line 71]

  static void view( $type  )

Parameters:
   $type: 

API Tags:
Access:  public


[ Top ]
Constructor __construct  [line 25]

  Request __construct( )


API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 09 Apr 2010 11:57:34 +0900 by phpDocumentor 1.4.3