Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
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: