Метод |
Описание |
|
getMemoryLimitValue ( ) : integer | boolean |
Get php memory_limit (in Megabytes) |
|
isArchivePhpTriggered ( ) : boolean |
Returns true if the current script execution was triggered by the cron archiving script. |
|
isGdExtensionEnabled ( ) : boolean |
Returns true if the GD PHP extension is available, false if otherwise. |
|
isIIS ( ) : boolean |
Returns true if running on Microsoft IIS 7 (or above), false if otherwise. |
|
isTimezoneSupportEnabled ( ) : boolean |
Returns true if this PHP version/build supports timezone manipulation
(e.g., php >= 5.2, or compiled with **EXPERIMENTAL_DATE_SUPPORT=1** for
php < 5.2). |
|
isTrackerApiRequest ( ) : boolean |
Returns true if the current request is a Tracker request. |
|
isWindows ( ) : boolean |
Returns true if running on a Windows operating system, false if otherwise. |
|
raiseMemoryLimitIfNecessary ( ) : boolean |
Raise PHP memory limit if below the minimum required |
|
setIsNotTrackerApiRequest ( ) |
Set the current request is not a tracker API request |
|
setIsTrackerApiRequest ( ) |
Mark the current request as a Tracker API request |
|
setMaxExecutionTime ( integer $executionTime ) |
Set maximum script execution time. |
|