this-> Print

(Caronte Pcode version 2.0)

This function permits to print on the STDOUT the parameter string_to_print , it can be used only if Caronte Antispam is running in DEBUG mode (caronteantispamkrn -D)

Description

void this-> Print ( string string_to_print)


Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);
this->Print("hello world");


Out:

hello world