Méthode | Description | |
---|---|---|
LegacyOptionsToXml ( |
Writes PDO legacy options and their values to XML text stream. Skips options whose values are the same as default values of Phalanger.
|
Méthode | Description | |
---|---|---|
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.
|
public static LegacyOptionsToXml ( |
||
writer | XML writer. | |
options | 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. |
Résultat | void |