Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
FilterInterface Interface Reference

Interface for filters. More...

Inheritance diagram for FilterInterface:
Ascii85 AsciiHex Flate Lzw

Public Member Functions

 decode ($data)
 Decode a string.
 

Detailed Description

Interface for filters.

Member Function Documentation

◆ decode()

FilterInterface::decode ( $data)

Decode a string.

Parameters
string$dataThe input string
Return values
string

Implemented in Ascii85, AsciiHex, Flate, and Lzw.


The documentation for this interface was generated from the following file: