Je n'arrive pas a comprendre la fonction _FileWriteLog. Lorsque je regarde dans l'aide il y a
_FileWriteLog($sLogPath, $sLogMsg [, $iFlag = -1])
$sLogPath Path and filename of the file to be written to
$sLogMsg Message to be written to the log file
$iFlag [optional] Flag that defines if $sLogMsg will be written to the end of file, or to the begining.
If $iFlag = -1 (default) $sLogMsg will be written to the end of file.
If $iFlag <> -1 $sLogMsg will be written to begining of file.
Mais je n'arrive pas a comprendre $iFlag... Enfin je l'ai compris mais je n'arrive pas à l'appliquer...
Pouvez vous m'expliqué?
Merci


