Reputation: 10091
Hello, world!
I need to be able to pass information from a custom stream wrapper to the code using it, but I've been having some trouble with it. The best option seemed to use stream_get_meta_data()
, but I haven't been able to find a method in the documentation that allows me to set the wrapper-specific wrapper_data
data.
What's the best way to go about this?
Upvotes: 3
Views: 453