TYPO3  7.6
Static Public Member Functions | List of all members
PhpOptionsUtility Class Reference

Static Public Member Functions

static isSessionAutoStartEnabled ()
 
static getIniValueBoolean ($configOption)
 

Detailed Description

Class to handle php environment specific options / functions

Definition at line 20 of file PhpOptionsUtility.php.

Member Function Documentation

static getIniValueBoolean (   $configOption)
static

Cast an on/off php ini value to boolean

Parameters
string$configOption
Returns
bool TRUE if the given option is enabled, FALSE if disabled

Definition at line 38 of file PhpOptionsUtility.php.

static isSessionAutoStartEnabled ( )
static

Check if php session.auto_start is enabled

Returns
bool TRUE if session.auto_start is enabled, FALSE if disabled

Definition at line 27 of file PhpOptionsUtility.php.