Method | Description | |
---|---|---|
GetAllDefinedSettingNames ( ) : IEnumerable |
||
GetAllDefinedSettings ( ) : IEnumerable |
||
GetAllUnusedPhpSettingNames ( ) : IEnumerable |
||
GetCurrentMode ( ) : Mode | ||
GetExtensions ( ) : IEnumerable |
||
GetPhpExePath ( ) : string | ||
GetPhpVersion ( ) : string | ||
GetSettingSection ( string settingName ) : string | ||
GetSettingValue ( string settingName ) : string | ||
IsSettingUpdatable ( string name ) : bool | ||
PhpSettings ( ) : System | ||
PhpSettings ( string phpIniFile ) : System | ||
RevertAllUserIniChanges ( ) : void | ||
SaveSetting ( string settingName, string settingValue, string settingSection ) : bool | ||
SetModeSettings ( Mode mode ) : void |
Method | Description | |
---|---|---|
GetPhpIniFilePath ( ) : string | ||
GetSetting ( string settingName ) : |
||
GetUserSettingsFilePath ( ) : string |
Gives the location of the .user.ini file, even if one doesn't exist yet
|
|
LoadPhpFile ( string phpFilePath ) : |
public GetAllDefinedSettingNames ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllDefinedSettings ( ) : IEnumerable |
||
return | IEnumerable |
public GetAllUnusedPhpSettingNames ( ) : IEnumerable |
||
return | IEnumerable |
public GetSettingSection ( string settingName ) : string | ||
settingName | string | |
return | string |
public GetSettingValue ( string settingName ) : string | ||
settingName | string | |
return | string |
public IsSettingUpdatable ( string name ) : bool | ||
name | string | |
return | bool |
public PhpSettings ( string phpIniFile ) : System | ||
phpIniFile | string | |
return | System |
public SaveSetting ( string settingName, string settingValue, string settingSection ) : bool | ||
settingName | string | |
settingValue | string | |
settingSection | string | |
return | bool |