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

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

Flushes the contents of the current level of buffering and decreases the level.
public static ob_end_flush ( Context ctx ) : bool
ctx Pchp.Core.Context
Результат bool
        public static bool ob_end_flush(Context ctx) => EndInternal(ctx, true);