C# 클래스 PHP.Library.Data.PDOMySQLConfiguration

PDO MySQL configuration.
파일 보기 프로젝트 열기: DEVSENSE/PhalangerMySql 1 사용 예제들

공개 메소드들

메소드 설명
LegacyOptionsToXml ( XmlTextWriter writer, Hashtable options, bool writePhpNames ) : void

Writes PDO legacy options and their values to XML text stream. Skips options whose values are the same as default values of Phalanger.

비공개 메소드들

메소드 설명
GetSetRestore ( PHP.Core.LocalConfiguration config, string option, object value, IniAction action ) : object

Gets, sets, or restores a value of a legacy configuration option.

PDOMySQLConfiguration ( ) : System
RegisterLegacyOptions ( ) : void

Registers legacy ini-options.

메소드 상세

LegacyOptionsToXml() 공개 정적인 메소드

Writes PDO legacy options and their values to XML text stream. Skips options whose values are the same as default values of Phalanger.
public static LegacyOptionsToXml ( XmlTextWriter writer, Hashtable options, bool writePhpNames ) : void
writer System.Xml.XmlTextWriter XML writer.
options System.Collections.Hashtable A hashtable containing PHP names and option values. Consumed options are removed from the table.
writePhpNames bool Whether to add "phpName" attribute to option nodes.
리턴 void