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