Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/Settings/Source/Format/SettingsFormat.php
Ðазад
<?php namespace MediaWiki\Settings\Source\Format; use Stringable; use UnexpectedValueException; /** * A SettingsFormat is meant to detect supported file types and/or decode * source contents into settings arrays. * * @since 1.38 * @stable to implement */ interface SettingsFormat extends Stringable { /** * Decodes the given settings data and returns an associative array. * * @param string $data Settings data. * * @return array * @throws UnexpectedValueException */ public function decode( string $data ): array; /** * Whether or not the format claims to support a file with the given * extension. * * @param string $ext File extension. * * @return bool */ public static function supportsFileExtension( string $ext ): bool; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка