PHP Class CLASS_NOTIFY

Show file Open project: baigoStudio/baigoSSO

Public Methods

Method Description
app_chk ( $num_appId, $str_appKey ) : void 验证 app app_chk function.
halt_re ( mixed $arr_re, $is_encode = false, $is_jsonp = false ) : void 返回结果 halt_re function.
notify_input ( $str_method = "get", boolean $chk_token = false ) : void 读取 app 信息 app_get function.

Method Details

app_chk() public method

验证 app app_chk function.
public app_chk ( $num_appId, $str_appKey ) : void
return void

halt_re() public method

返回结果 halt_re function.
public halt_re ( mixed $arr_re, $is_encode = false, $is_jsonp = false ) : void
$arr_re mixed
return void

notify_input() public method

读取 app 信息 app_get function.
public notify_input ( $str_method = "get", boolean $chk_token = false ) : void
$chk_token boolean (default: false)
return void