���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/shellbox/src/Command/OutputGlobToFile.php
���ѧ٧ѧ�
<?php namespace Shellbox\Command; /** * An output glob for files that are written to a local directory * * @internal */ class OutputGlobToFile extends OutputGlob { /** @var string */ private $destDir; /** * @param string $prefix * @param string $extension * @param string $destDir */ public function __construct( $prefix, $extension, $destDir ) { parent::__construct( $prefix, $extension ); $this->destDir = $destDir; } public function getInstance( $boxedName ) { $instance = new OutputFileToFile( $this->destDir . '/' . basename( $boxedName ) ); $this->files[$boxedName] = $instance; return $instance; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.1 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�