Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/Settings/Source/SettingsSource.php
Ðазад
<?php namespace MediaWiki\Settings\Source; use MediaWiki\Settings\SettingsBuilderException; use Stringable; /** * A SettingsSource is meant to represent any kind of local or remote store * from which settings can be read, be it a local file, remote URL, database, * etc. It is concerned with reading (and possibly decoding) settings data. * * @since 1.38 * @stable to implement */ interface SettingsSource extends Stringable { /** * Loads and returns all settings from this source as an associative * array. * * @return array * @throws SettingsBuilderException */ public function load(): array; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка