C# Class Web.Management.PHP.Config.PHPIniFile

Inheritance: IRemoteObject
Afficher le fichier Open project: projectkudu/PHPManager Class Usage Examples

Private Properties

Свойство Type Description
AddAllAvailableExtensions void
AddOrUpdateSettings void
GetEnabledExtensionsCount int
GetExtensionSection string
GetSetting PHPIniSetting
Parse void
ParseIniFile IEnumerable
Remove bool
RemoveInlineComment string
Save void
Save void
UpdateExtensions void

Méthodes publiques

Méthode Description
GetData ( ) : object
PHPIniFile ( string filename ) : System

Loads given php.ini file

SetData ( object o ) : void

Private Methods

Méthode Description
AddAllAvailableExtensions ( string extensionDir ) : void
AddOrUpdateSettings ( IEnumerable settings ) : void
GetEnabledExtensionsCount ( ) : int
GetExtensionSection ( string extensionName ) : string
GetSetting ( string name ) : PHPIniSetting
Parse ( ) : void
ParseIniFile ( TextReader reader ) : IEnumerable
Remove ( PHPIniBase entry ) : bool
RemoveInlineComment ( string line ) : string
Save ( ) : void
Save ( string filename ) : void
UpdateExtensions ( IEnumerable extensions ) : void

Method Details

GetData() public méthode

public GetData ( ) : object
Résultat object

PHPIniFile() public méthode

Loads given php.ini file
public PHPIniFile ( string filename ) : System
filename string Path to php.ini file
Résultat System

SetData() public méthode

public SetData ( object o ) : void
o object
Résultat void