int this-> Time(void )

(Caronte Pcode version 2.0)

Description

int this->Time( void );

Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).

Example.

Source:

CS_ANTISPAM_SCRIPT this = new CS_ANTISPAM_SCRIPT($_this);


this->Print(this->Format("now is : %d",this->Time()));




Out:

now is : 1271695193