Home | Online Examples | Documentation | Forum | Page of Project | Download

TPLN Manual

Functions

Open
DirectIOWrite
DirectIOOutput
DirectIOSave
DefineTemplate
SetTemplate
ChangeTemplate
ParseGlobals
Parse
FastParse
LoadArrayInBloc
Loop
EraseItem
EraseBloc
GetFile
ParseBloc
ReloadBlocVars
IncludeFile
GetBlocInFile
Write
Output
SaveTemplate
ItemExists
BlocExists
#include Command
Automatic parsed variable
SetChrono

 

SetChrono

void SetChrono( string $type )

The SetChrono(ALL) function permits to obtain the total chrono for all session. It can be with a variable in your template {_Chrono}.
If the variable {_Chrono} exists in your template, it will be automatically parsed by the timme execution of this session.


Attention !
This function must be placed before Write() or Output().
TopTop