Пример #1
0
function SaeStorageDomains()
{
    $storage = new SaeStorage();
    $result = $storage->listDomains();
    if ($result === false) {
        $result = array();
    }
    return $result;
}