Pchp.Library.Output.ob_end_flush C# (CSharp) Method

ob_end_flush() public static method

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
return bool
        public static bool ob_end_flush(Context ctx) => EndInternal(ctx, true);