PHP 클래스 Cml\Http\Request

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

공개 메소드들

메소드 설명
baseUrl ( ) : string 获取基本URL地址
curl ( string $url, array $parameter = [], array $header = [], string $type = 'json', integer $timeout = 10 ) : boolean | mixed 发起curl请求
getBinaryData ( ) : string 获取POST过来的二进制数据,与手机端交互
getService ( string $name = '' ) : string 获取SERVICE信息
host ( ) : string 获取主机名称
ip ( ) : string 获取IP地址
isAjax ( ) : boolean 判断是否为AJAX请求
isCli ( ) : boolean 判断是否以cli方式运行
isGet ( ) : boolean 判断是否为GET请求
isMobile ( ) : boolean 判断是否为手机浏览器
isPost ( ) : boolean 判断是否为POST请求
operatingSystem ( ) : boolean 返回操作系统类型
requestTime ( ) : mixed 获取请求时间
userAgent ( ) : string 获取用户标识

메소드 상세

baseUrl() 공개 정적인 메소드

获取基本URL地址
public static baseUrl ( ) : string
리턴 string

curl() 공개 정적인 메소드

发起curl请求
public static curl ( string $url, array $parameter = [], array $header = [], string $type = 'json', integer $timeout = 10 ) : boolean | mixed
$url string 要请求的url
$parameter array 请求参数
$header array header头信息
$type string 请求的数据类型 json/post/file/get
$timeout integer 请求的超时时间默认10s
리턴 boolean | mixed

getBinaryData() 공개 정적인 메소드

获取POST过来的二进制数据,与手机端交互
public static getBinaryData ( ) : string
리턴 string

getService() 공개 정적인 메소드

获取SERVICE信息
public static getService ( string $name = '' ) : string
$name string SERVER的键值名称
리턴 string

host() 공개 정적인 메소드

获取主机名称
public static host ( ) : string
리턴 string

ip() 공개 정적인 메소드

获取IP地址
public static ip ( ) : string
리턴 string

isAjax() 공개 정적인 메소드

判断是否为AJAX请求
public static isAjax ( ) : boolean
리턴 boolean

isCli() 공개 정적인 메소드

判断是否以cli方式运行
public static isCli ( ) : boolean
리턴 boolean

isGet() 공개 정적인 메소드

判断是否为GET请求
public static isGet ( ) : boolean
리턴 boolean

isMobile() 공개 메소드

判断是否为手机浏览器
public isMobile ( ) : boolean
리턴 boolean

isPost() 공개 정적인 메소드

判断是否为POST请求
public static isPost ( ) : boolean
리턴 boolean

operatingSystem() 공개 정적인 메소드

返回操作系统类型
public static operatingSystem ( ) : boolean
리턴 boolean true为win false为unix

requestTime() 공개 정적인 메소드

获取请求时间
public static requestTime ( ) : mixed
리턴 mixed

userAgent() 공개 정적인 메소드

获取用户标识
public static userAgent ( ) : string
리턴 string