Property | Type | Description | |
---|---|---|---|
AddAllAvailableExtensions | void | ||
AddOrUpdateSettings | void | ||
GetEnabledExtensionsCount | int | ||
GetExtensionSection | string | ||
GetSetting | |||
Parse | void | ||
ParseIniFile | IEnumerable |
||
Remove | bool | ||
RemoveInlineComment | string | ||
Save | void | ||
Save | void | ||
UpdateExtensions | void |
Method | Description | |
---|---|---|
GetData ( ) : object | ||
PHPIniFile ( string filename ) : System |
Loads given php.ini file
|
|
SetData ( object o ) : void |
Method | Description | |
---|---|---|
AddAllAvailableExtensions ( string extensionDir ) : void | ||
AddOrUpdateSettings ( IEnumerable |
||
GetEnabledExtensionsCount ( ) : int | ||
GetExtensionSection ( string extensionName ) : string | ||
GetSetting ( string name ) : |
||
Parse ( ) : void | ||
ParseIniFile ( TextReader reader ) : IEnumerable |
||
Remove ( |
||
RemoveInlineComment ( string line ) : string | ||
Save ( ) : void | ||
Save ( string filename ) : void | ||
UpdateExtensions ( IEnumerable |
public PHPIniFile ( string filename ) : System | ||
filename | string | Path to php.ini file |
return | System |