Claus.Lee

Results 5 issues of Claus.Lee

Please input the correct option: 5 Current PHP Version: 7.4.26 Please input upgrade PHP Version(Default: 5.5.38): 7.4.30 PHP version does not exist!

### Usage `oci compute-management instance-pool create --compartment-id --instance-configuration-id --placement-configurations '[{"availabilityDomain":"rMQh:PHX-AD-1","primarySubnetId":"","secondaryVnicSubnets":[{"displayName":"","subnetId":""}]}]' --size 2 --display-name test-oci-1 --debug` ## Debug

``` // create a new result pager $pager = new DigitalOceanV2\ResultPager($client); // get all droplets as an array $droplets = $pager->fetchAll($client->droplet(), 'getAll'); // get all droplets as a Generator which...