C# Class Devsense.WordPress.Plugins.WpDotNet.Zlib.Zlib

Simulates behaviour of zlib extension with required zlib functions.
Show file Open project: DEVSENSE/WpDotNet

Public Methods

Method Description
Load ( ScriptContext context ) : void

Load required zlib functions into the context.

Private Methods

Method Description
DeclareFunction ( ScriptContext context, string name, RoutineDelegate func ) : void

Declare function name into the PHP context.

NotSupportedFunction ( object instance, PHP.Core.PhpStack stack ) : object

Method Details

Load() public static method

Load required zlib functions into the context.
public static Load ( ScriptContext context ) : void
context PHP.Core.ScriptContext
return void