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

ob_get_status() public static method

Get the status of the current or all output buffers.
public static ob_get_status ( Context ctx ) : PhpArray
ctx Pchp.Core.Context
return Pchp.Core.PhpArray
        public static PhpArray ob_get_status(Context ctx) => ob_get_status(ctx, false);

Same methods

Output::ob_get_status ( Context ctx, bool full ) : PhpArray