|
Moodle PHP Documentation 4.1
Moodle 4.1.19+ (Build: 20250711) (5f47dc23ffc)
|
Public Member Functions | |
| escape ($string) | |
| Escapes the given string to make it compatible with PHP. | |
| unescape ($string) | |
| Unescapes the given string to make it compatible with PHP. | |
| Box\Spout\Common\Helper\Escaper\EscaperInterface::escape | ( | $string | ) |
Escapes the given string to make it compatible with PHP.
| string | $string | The string to escape |
| string | The escaped string |
Implemented in Box\Spout\Common\Helper\Escaper\CSV, Box\Spout\Common\Helper\Escaper\ODS, and Box\Spout\Common\Helper\Escaper\XLSX.
| Box\Spout\Common\Helper\Escaper\EscaperInterface::unescape | ( | $string | ) |
Unescapes the given string to make it compatible with PHP.
| string | $string | The string to unescape |
| string | The unescaped string |
Implemented in Box\Spout\Common\Helper\Escaper\CSV, Box\Spout\Common\Helper\Escaper\ODS, and Box\Spout\Common\Helper\Escaper\XLSX.