Feature request from elioermini, posted on GitHub Aug 17, 2016
I think would be useful to have like in M1 the method streamOpen()
.
There is no other way to initialise the field $_streamHandler
of the class File.
Other methods in the class File rely on the initialisation of $_streamHandler
and having it null I suppose that leaves the class just possible to use only extending it.