Pchp.Library.Streams.StreamContext.StreamContext C# (CSharp) Method

StreamContext() public method

Create an empty StreamContext (allows lazy PhpArray instantiation).
public StreamContext ( ) : Pchp.Core
return Pchp.Core
        public StreamContext()
            : this(null, true) { }

Same methods

StreamContext::StreamContext ( PhpArray data ) : Pchp.Core
StreamContext::StreamContext ( PhpArray data, bool registerInCtx ) : Pchp.Core