C# 클래스 Web.Management.PHP.Config.PHPIniFile

상속: IRemoteObject
파일 보기 프로젝트 열기: projectkudu/PHPManager 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddAllAvailableExtensions void
AddOrUpdateSettings void
GetEnabledExtensionsCount int
GetExtensionSection string
GetSetting PHPIniSetting
Parse void
ParseIniFile IEnumerable
Remove bool
RemoveInlineComment string
Save void
Save void
UpdateExtensions void

공개 메소드들

메소드 설명
GetData ( ) : object
PHPIniFile ( string filename ) : System

Loads given php.ini file

SetData ( object o ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetData() 공개 메소드

public GetData ( ) : object
리턴 object

PHPIniFile() 공개 메소드

Loads given php.ini file
public PHPIniFile ( string filename ) : System
filename string Path to php.ini file
리턴 System

SetData() 공개 메소드

public SetData ( object o ) : void
o object
리턴 void