Packages:
System
System.Collections
System.Data
System.I18N
System.Util
System.Web.Services
System.Web.UI.ActiveControls
System.Web.UI.WebControls


Classes:
Response
   LTidyHttpResponseAdapter

Class LPhpSettingsModule

TModule
   |
   --LPhpSettingsModule

LPhpSettings provides (read-only) acces to php.ini settings


Method Summary
float
float
float
float
float

Method Details

getExecutionTime

public float getExecutionTime ()

Output
float Time the script has taken until now
Exception

getExecutionTimePercentage

public float getExecutionTimePercentage ()

Output
float Percentage the script has taken until now
Exception

getMaxExecutionTime

public float getMaxExecutionTime ()

Output
float Time the script can run
Exception

getRemainingExecutionTime

public float getRemainingExecutionTime ()

Output
float Remaining time the script has available for running
Exception

getRemainingExecutionTimePercentage

public float getRemainingExecutionTimePercentage ()

Output
float Remaining percentage the script has available for running
Exception