this-> Exit

(Caronte Pcode version 2.0)

Description

void this-> Exit ( void )


Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);
this->Print("Start");
this->Exit();
this->Print("End");


Out:

Start