AbleCloud PHP SDK
1.8.x
PHP SDK of AbleCloud API
|
Public 成员函数 | |
__construct ($id, $accessKey, $secretKey) | |
getId () | |
getAccessKey () | |
getSecretKey () | |
AbleCloud开发者。
ACDeveloper::__construct | ( | $id, | |
$accessKey, | |||
$secretKey | |||
) |
构造函数。
$id | int 开发者帐号的ID。 |
$accessKey | string 开发者AK/SK密钥对中的AccessKey。 |
$secretKey | string 开发者AK/SK密钥对中的SecretKey。 |
ACDeveloper::getAccessKey | ( | ) |
取开发者的AK/SK密钥对中的AccessKey。
ACDeveloper::getId | ( | ) |
取开发者的ID。
ACDeveloper::getSecretKey | ( | ) |
取开发者的AK/SK密钥对中的SecretKey。