PHP SDK
Regions
Available regions and data centers
1 method
GET
listRegions()
List regions
Example
<?phpuse ByCloud\SDK\ByCloud;$client = new ByCloud(["token" => "YOUR_ACCESS_TOKEN"]);$result = $client->regions->listRegions();print_r($result);
PHP SDK
Available regions and data centers
1 method
List regions
Example
<?phpuse ByCloud\SDK\ByCloud;$client = new ByCloud(["token" => "YOUR_ACCESS_TOKEN"]);$result = $client->regions->listRegions();print_r($result);