Psr17Factory::createStreamFromResource( $resource ) In this article Table of ContentsSource Related ↑ Back to top Source public function createStreamFromResource($resource): StreamInterface { return Stream::create($resource); } 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.