Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
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: