Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/search/SearchNearMatchResultSet.php
Ðазад
<?php use MediaWiki\Title\Title; /** * A ISearchResultSet wrapper for TitleMatcher */ class SearchNearMatchResultSet extends SearchResultSet { /** * @param Title|null $match Title if matched, else null */ public function __construct( $match ) { if ( $match === null ) { $this->results = []; } else { $this->results = [ SearchResult::newFromTitle( $match, $this ) ]; } } public function numRows() { return $this->results ? 1 : 0; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка