Manual:GenerateConfigSchemaArray.php/zh
Appearance
此页面已过时。其仅作为历史记录保留。 它可能记载废弃的和/或不再支持的扩展或功能。 不要认为这里的信息是最新的。 |
| MediaWiki文件: generateConfigSchemaArray.php | |
|---|---|
| 位置: | maintenance/ |
| 源代码: | master • 1.44.2 • 1.43.5 • 1.39.15 |
| 类: | GenerateConfigSchemaArray |
详情
generateConfigSchemaArray.php was a maintenance script to generates the PHP representation of the config-schema.yaml file.
This maintenance script only existed during the development of MediaWiki 1.39 and was never present in any released version.
Options/Arguments
| Option | Description | Default | Required? |
|---|---|---|---|
| --output | Path to output. | $IP/includes/config-schema.php |
Optional |
Usage
php maintenance/generateConfigSchemaArray.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaArray.php --output Sample-ConfigSchema.php