Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
||
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Create a new network interface.
$ec2 = new AmazonEC2(); $response = $ec2->delete_network_interface($network_interface_id); var_dump($response->isOK());Result:
bool(true)
Source
Method defined in services/ec2.class.php | Toggle source view (7 lines) | View on GitHub