Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
Ascii85 Class Reference

Class for handling ASCII base-85 encoded data. More...

Inheritance diagram for Ascii85:
FilterInterface

Public Member Functions

 decode ($data)
 Decode ASCII85 encoded string.
 

Detailed Description

Class for handling ASCII base-85 encoded data.

Member Function Documentation

◆ decode()

Ascii85::decode ( $data)

Decode ASCII85 encoded string.

Parameters
string$dataThe input string
Return values
string
Exceptions
Ascii85Exception

Implements FilterInterface.


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