Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.0RC3

Request #28646 allow using a strem for writing output
Submitted: 2024-07-26 12:37 UTC
From: gggeek Assigned:
Status: Open Package: OLE (version 1.0.0RC3)
PHP Version: 8.0.0 (Specify exact version in description) OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2024-07-26 12:37 UTC] gggeek (Gaetano Giunta)
Description: ------------ In `Root::save()`, we could allow the caller to pass in an already open stream. This would allow to save f.e. to a memory stream, without the need for temp files

Comments