Skip to content

UploadedFileFactory: fromNew Example

Terry L edited this page Jun 21, 2020 · 3 revisions

Shieldon\Psr17\StreamFactory

::fromNew

Create a new stream.

  • return StreamInterface

Example:

$stream = streamFactory::fromNew();

Clone this wiki locally