Documentation

Base64Plugin extends Plugin
in package

Table of Contents

$min_length_hard  : int
The minimum length before a string will be considered for base64 decoding.
$min_length_soft  : int
The minimum length before the base64 decoding will take precedence.
$parser  : mixed
getTriggers()  : mixed
getTypes()  : array<string|int, mixed>
An array of types (As returned by gettype) for all data this plugin can operate on.
parse()  : mixed
setParser()  : mixed

Properties

$min_length_hard

The minimum length before a string will be considered for base64 decoding.

public static int $min_length_hard = 16

$min_length_soft

The minimum length before the base64 decoding will take precedence.

public static int $min_length_soft = 50

Methods

getTriggers()

public getTriggers() : mixed
Return values
mixed

getTypes()

An array of types (As returned by gettype) for all data this plugin can operate on.

public getTypes() : array<string|int, mixed>
Return values
array<string|int, mixed>

List of types

setParser()

public setParser(Parser $p) : mixed
Parameters
$p : Parser
Return values
mixed

Search results