Změna generického kontaktu - update generic contact

Změní kontakt pro nadnárodní doménu (.com, .net, .org, .info, .biz, .name a .cloud).

<?php
$result = $client->sendCommand("register generic contact",array(
    "name" => "Pavel Janota",
    "company" => "Janotovy sindele, s.r.o.",
    "e-mail" => "janota@j-sindele.cz",
    "id" => "ID:PAVEL-JANOTA",
    "phone" => "+420.603111222",
    "fax-no" => "",
    "address-1" => "Tupa 33",
    "address-2" => "",
    "address-3" => "",
    "city" => "Ostra",
    "zip" => "123 45",
    "state" => "",
    "country" => "cz",
    "password" => "masterOFtheROOF*",
    "password-md5" => "",
    "password-crypt" => ""
    ),array(
        "contact" =>      "ID:PAVEL-JANOTA",
        "password" =>     "masterOFtheROOF",
    ));
?>