this-> GetDBPhishingDate

(Caronte Pcode version 2.0)

Description

string this->GetDBPhishingDate();

Return the date of the phishing database.

Example.

Source:

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->Print(this->GetDBPhishingDate());

return 0;

}


Out:

Fri, 19 Mar 2010 13:26:39 GMT