Файловый менеджер - Редактировать - /home/easybachat/hisabat365.com/vendor/maennchen/zipstream-php/src/Exception/FileSizeIncorrectException.php
Ðазад
<?php declare(strict_types=1); namespace ZipStream\Exception; use ZipStream\Exception; /** * This Exception gets invoked if a file is not as large as it was specified. */ class FileSizeIncorrectException extends Exception { /** * @internal */ public function __construct( public readonly int $expectedSize, public readonly int $actualSize ) { parent::__construct("File is {$actualSize} instead of {$expectedSize} bytes large. Adjust `exactSize` parameter."); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка