Psr17Factory::createStream( $content = '' ) In this article Table of ContentsSource Related ↑ Back to top Source public function createStream(string $content = ''): StreamInterface { return Stream::create($content); } View all references View on Trac View on GitHub Related UsesDescriptionStream::create()wp-includes/php-ai-client/third-party/Nyholm/Psr7/Stream.phpCreates a new PSR-7 stream. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.