Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/IO/write.php
Назад
<?php declare(strict_types=1); namespace Psl\IO; use Psl\Str; /** * Write all of the requested data to the output handle. * * The $message will be formatted using the given arguments ( ...$args ). * * @param int|float|string ...$args * * @throws Exception\AlreadyClosedException If the output handle has been already closed. * @throws Exception\RuntimeException If an error occurred during the operation. * * @codeCoverageIgnore */ function write(string $message, ...$args): void { /** * @psalm-suppress MissingThrowsDocblock - we won't encounter timeout. */ output_handle()->writeAll(Str\format($message, ...$args)); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка