PHP 클래스 Swoole\Request

파일 보기 프로젝트 열기: matyhtf/swoole_framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$attrs StdClass
$body
$cookie
$ext_name
$fd integer 文件描述符
$files
$finish
$get
$header
$id
$meta
$post
$remote_ip 客户端IP
$remote_port 客户端PORT
$request
$server
$session
$status
$time integer 请求时间

공개 메소드들

메소드 설명
download ( $mime, $filename ) 发送下载声明
getBrowser ( ) : string 获取客户端浏览器信息
getClientIP ( ) : string 获取客户端IP
getOS ( ) : string 获取客户端操作系统信息
initWithLamp ( ) LAMP环境初始化
isWebSocket ( )
redirect ( $url, $mode = 302 ) 跳转网址
setGlobal ( ) 将原始请求信息转换到PHP超全局变量中
unsetGlobal ( )

메소드 상세

download() 공개 메소드

发送下载声明
public download ( $mime, $filename )

getBrowser() 공개 메소드

获取客户端浏览器信息
public getBrowser ( ) : string
리턴 string

getClientIP() 공개 메소드

获取客户端IP
public getClientIP ( ) : string
리턴 string

getOS() 공개 메소드

获取客户端操作系统信息
public getOS ( ) : string
리턴 string

initWithLamp() 공개 메소드

LAMP环境初始化
public initWithLamp ( )

isWebSocket() 공개 메소드

public isWebSocket ( )

redirect() 공개 메소드

跳转网址
public redirect ( $url, $mode = 302 )
$url

setGlobal() 공개 메소드

将原始请求信息转换到PHP超全局变量中
public setGlobal ( )

unsetGlobal() 공개 메소드

public unsetGlobal ( )

프로퍼티 상세

$attrs 공개적으로 프로퍼티

public StdClass $attrs
리턴 StdClass

$body 공개적으로 프로퍼티

public $body

$ext_name 공개적으로 프로퍼티

public $ext_name

$fd 공개적으로 프로퍼티

文件描述符
public int $fd
리턴 integer

$files 공개적으로 프로퍼티

public $files

$finish 공개적으로 프로퍼티

public $finish

$get 공개적으로 프로퍼티

public $get

$header 공개적으로 프로퍼티

public $header

$id 공개적으로 프로퍼티

public $id

$meta 공개적으로 프로퍼티

public $meta

$post 공개적으로 프로퍼티

public $post

$remote_ip 공개적으로 프로퍼티

客户端IP
public $remote_ip

$remote_port 공개적으로 프로퍼티

客户端PORT
public $remote_port

$request 공개적으로 프로퍼티

public $request

$server 공개적으로 프로퍼티

public $server

$session 공개적으로 프로퍼티

public $session

$status 공개적으로 프로퍼티

public $status

$time 공개적으로 프로퍼티

请求时间
public int $time
리턴 integer