Pchp.Library.Output.ob_clean C# (CSharp) Метод

ob_clean() публичный статический Метод

Discards the contents of the current level of buffering. No value is returned.
public static ob_clean ( Context ctx ) : void
ctx Pchp.Core.Context
Результат void
        public static void ob_clean(Context ctx)
        {
            ctx.BufferedOutput.Clean();
        }