ONLY lists the domains, as an array, on the SimpleDB account.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
A Perl-Compatible Regular Expression (PCRE) to filter the names against. |
Returns
Type |
Description |
---|---|
The list of matching queue names. If there are no results, the method will return an empty array. |
Examples
Get a list of all domains in an account.
// Instantiate $sdb = new AmazonSDB(); $response = $sdb->get_domain_list(); // Success? (Array, not a CFResponse object) print_r($response);
See Also
Source
Method defined in services/sdb.class.php | Toggle source view (17 lines) | View on GitHub