this-> DNS_Reverse

(Caronte Pcode version 2.0)

Description

string this-> DNS_Reverse (string ip);

Return the result of the reverse of the ip .

Example.

Source:

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->Print("Result: " + this->DNS_Reverse("213.198.53.54"));


return 0;

}



Out:
Result: anarion.inrete.com