Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/user/TempUser/PlainNumericSerialMapping.php
Ðазад
<?php namespace MediaWiki\User\TempUser; /** * Simple serial mapping for ASCII decimal numbers * * @since 1.39 */ class PlainNumericSerialMapping implements SerialMapping { /** @var int */ private $offset; /** * @param array $config */ public function __construct( $config ) { $this->offset = $config['offset'] ?? 0; } public function getSerialIdForIndex( int $index ): string { return (string)( $index + $this->offset ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка