Pchp.Library.Streams.StreamContext.StreamContext C# (CSharp) Метод

StreamContext() публичный Метод

Create an empty StreamContext (allows lazy PhpArray instantiation).
public StreamContext ( ) : Pchp.Core
Результат Pchp.Core
        public StreamContext()
            : this(null, true) { }

Same methods

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