WordPress\AiClientDependencies\Nyholm\Psr7\Factory

Psr17Factory::createStreampublicWP 1.0

Method of the class: Psr17Factory{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Psr17Factory = new Psr17Factory();
$Psr17Factory->createStream( $content ): StreamInterface;
$content(string)
.
Default: ''

Psr17Factory::createStream() code WP 7.0

public function createStream(string $content = ''): StreamInterface
{
    return Stream::create($content);
}