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

ob_end_clean() public static method

Discards the contents of the current level of buffering and decreases the level.
public static ob_end_clean ( Context ctx ) : bool
ctx Pchp.Core.Context
return bool
        public static bool ob_end_clean(Context ctx) => EndInternal(ctx, false);