AbleCloud PHP SDK
1.8.x
PHP SDK of AbleCloud API
|
Public 成员函数 | |
__construct ($name, $version, $context) | |
getName () | |
getVersion () | |
getContext () | |
getLastError () | |
Protected 成员函数 | |
resetLastError ($errCode=0, $errMessage='') | |
AbleCloud服务。
ACService::__construct | ( | $name, | |
$version, | |||
$context | |||
) |
构造函数。
$name | string 服务的名字。字符串。 |
$version | int 服务的主版本值。整数。 |
$context | ACContext 表示访问该远程服务所依赖的环境信息。 |
ACService::getContext | ( | ) |
取访问该服务所依赖的环境信息。
ACService::getLastError | ( | ) |
取最近一次错误消息。
ACService::getName | ( | ) |
取服务的名字。
ACService::getVersion | ( | ) |
取服务的主版本值。
|
protected |
重置错误信息。
$errCode | int 错误消息码。 |
$errMessage | string 消息内容。 |