PHP 클래스 Zaphpa_Request, zaphpa

파일 보기 프로젝트 열기: zaphpa/zaphpa

공개 프로퍼티들

프로퍼티 타입 설명
$accepted_formats
$charsets
$clientIP
$data
$encodings
$format
$languages
$method
$params
$protocol
$userAgent
$version

공개 메소드들

메소드 설명
__construct ( )
common_aliases ( ) Subclass this function if you need a different set!
get_var ( $idx ) Covenience method that checks is data item is empty to avoid notice-level warnings

비공개 메소드들

메소드 설명
parse_special ( $varname, $argname, $default = [] ) Parses some packed $_SERVER variables into more useful arrays.

메소드 상세

__construct() 공개 메소드

public __construct ( )

common_aliases() 공개 메소드

Subclass this function if you need a different set!
public common_aliases ( )

get_var() 공개 메소드

@param $idx name o the data variable (either request var or HTTP body var).
public get_var ( $idx )

프로퍼티 상세

$accepted_formats 공개적으로 프로퍼티

public $accepted_formats

$charsets 공개적으로 프로퍼티

public $charsets

$clientIP 공개적으로 프로퍼티

public $clientIP

$data 공개적으로 프로퍼티

public $data

$encodings 공개적으로 프로퍼티

public $encodings

$format 공개적으로 프로퍼티

public $format

$languages 공개적으로 프로퍼티

public $languages

$method 공개적으로 프로퍼티

public $method

$params 공개적으로 프로퍼티

public $params

$protocol 공개적으로 프로퍼티

public $protocol

$userAgent 공개적으로 프로퍼티

public $userAgent

$version 공개적으로 프로퍼티

public $version