Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/shellbox/src/Command/InputFileFromString.php
Ðазад
<?php namespace Shellbox\Command; use Shellbox\FileUtils; /** * Encapsulation of an input file that comes from a string */ class InputFileFromString extends InputFileWithContents { /** @var string */ private $contents; /** * @internal * @param string $contents */ public function __construct( string $contents ) { $this->contents = $contents; } public function copyTo( $destPath ) { FileUtils::putContents( $destPath, $this->contents ); } public function getStreamOrString() { return $this->contents; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка