TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Utility\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

◆ getIniValueBoolean()

static TYPO3\CMS\Core\Utility\PhpOptionsUtility::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.

◆ isSessionAutoStartEnabled()

static TYPO3\CMS\Core\Utility\PhpOptionsUtility::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.