���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/Command/InputFileFromString.php
���ѧ٧ѧ�
<?php namespace Shellbox\Command; use Shellbox\FileUtils; /** * Encapsulation of an input file that comes from a string * @internal */ class InputFileFromString extends InputFile { /** @var string */ private $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.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�