���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/Command/InputFileFromFile.php
���ѧ٧ѧ�
<?php namespace Shellbox\Command; use Shellbox\FileUtils; /** * Encapsulation of an input file that is copied from another file * * @internal */ class InputFileFromFile extends InputFile { /** @var string */ private $path; /** * @param string $path */ public function __construct( $path ) { $this->path = $path; } public function copyTo( $destPath ) { FileUtils::copy( $this->path, $destPath ); } public function getStreamOrString() { return FileUtils::openInputFileStream( $this->path ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.49 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�