Volatility

Top  Previous  Next

Indicates if the function's result depends only on its input arguments, or is affected by outside factors.  Possible return values are:

 

immutable

stable

volatile

 

Syntax:

function Volatility: string;

 

Example:

 

scripting_tfunction_volatility